✦ Verified product
Drift Adjustable Ceiling Lamp
USD 219.00
Size
Kelvin range
Vakkerlight
Verified independent store
→
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; marg
in: 0; padding: 0; } .vk-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } /* Section label */ .vk-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .65rem; } /* Video — single, full width */ .vk-video-wrap { width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #f0ebe4; display: block; margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 12px; color: #aaa; text-align: center; margin-bottom: 1rem; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #efe5d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } /* Sizes */ .vk-sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-size { border: 1px solid #ddd; border-radius: 8px; padding: .85rem .75rem; text-align: center; position: relative; } .vk-size.feat { border: 1.5px solid #C4906A; } .vk-size-badge { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: #C4906A; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 10px; font-weight: 500; } .vk-size-num { font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: #1a1a1a; margin-bottom: .25rem; } .vk-size-sub { font-size: 12px; color: #888; line-height: 1.6; } /* Product image */ .vk-img-full { width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; display: block; margin-bottom: .5rem; } .vk-img-caption { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #aaa; text-align: center; margin-bottom: 1.25rem; } /* Notice */ .vk-notice { border-left: 3px solid #C4906A; background: #fdf8f4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-notice.green { border-left-color: #4a8a3a; background: #f3f9f0; } .vk-notice.green h5 { color: #2d6620; } /* Dimmer block */ .vk-dimmer { display: flex; align-items: center; gap: 1rem; background: #f7f5f2; border-radius: 8px; padding: .9rem 1rem; border: 1px solid #e8e0d5; margin-top: .75rem; } .vk-dimmer-img { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; flex-shrink: 0; border: 1px solid #ddd; } .vk-dimmer-text h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-dimmer-text p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; } .vk-dimmer-text a { color: #7C4E2A; text-decoration: underline; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } /* Swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; } .vk-swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #ddd; flex-shrink: 0; } .vk-swatch-label { font-size: 12px; color: #888; display: flex; align-items: center; gap: 5px; } /* Install list */ .vk-install { list-style: none; padding: 0; margin: 0; } .vk-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-install li:last-child { border-bottom: none; } .vk-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #C4906A; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd; padding: 7px 14px; border-radius: 7px; text-decoration: none; background: #fff; } .vk-dl-btn:hover { background: #f5f5f5; } @media (max-width: 520px) { .vk-sizes { grid-template-columns: 1fr 1fr; } .vk-features { grid-template-columns: 1fr 1fr; } .vk-dimmer { flex-direction: column; align-items: flex-start; } } Crafted for versatility, the Drift Ceiling Lamp utilizes a specially engineered optical acrylic shade. This choice ensures a lightweight profile for effortless 270° swiveling while providing a warm, perfectly diffused glow that glass alternatives cannot match in durability. See It In Action Product overview Features Adjustable Swing Arm Rotates left and right to direct light as needed. Height is fixed at installation. Sloped Ceiling Ready Fully compatible with sloped ceilings up to 30° — no adapter needed. Integrated LED Energy-efficient built-in LED. Default warm white 3000K — other temps available by request. Available Sizes 11.8" Ø11.8" × H3.5"(30 × 9 cm)~32W Most Popular 15.7" Ø15.7" × H3.5"(40 × 9 cm)~36W 19.7" Ø19.7" × H3.5"(50 × 9 cm)~36W Canopy plate: Ø4.7" (12 cm) Size & proportion reference Swing arm — left & right adjustment range Lighting & Dimming Default: Warm White (3000K) All orders ship with warm white light (3000K) as standard — a cozy, incandescent-style tone ideal for living rooms and bedrooms. If you need Neutral White (4000K) or Cool White (6000K), contact our support team before ordering. Dimmable Version — Triac Dimmer Required Ordered the dimmable version? Pair it with a Triac (Thyristor) dimmer switch for smooth, flicker-free control. Standard rotary dimmers are not compatible.Browse compatible dimmers on Amazon → Specifications Materials Metal frame · Acrylic shade Light source Integrated LED Color temperature Warm White 3000K (standard)4000K / 6000K available by request Power 11.8" (30 cm) — ~32W15.7" (40 cm) — ~36W19.7" (50 cm) — ~36W Voltage AC 110–240V Control Compatible with standard push-button wall switch (not included)Dimmable version requires Triac dimmer switch Adjustability Left & right swing · Height is fixed at installation Sloped ceiling Compatible up to 30° Canopy size Ø4.7" (12 cm) Wiring Hardwired Mounting Ceiling IP rating IP20 · Indoor use only · Not waterproof Certification North America · EU · AU · Saudi Arabia Body finishes Beige Green Shade finish White Installation Notes Hardwired installation — we recommend hiring a licensed electrician if you are not comfortable with ceiling wiring. Compatible with standard flat and sloped ceilings (up to 30°). No additional adapter required for sloped installations. The swing arm rotates left and right for directional lighting — the hanging height is fixed and cannot be adjusted after installation. Wall switch not included. Any standard push-button switch works. For the dimmable version, a Triac dimmer switch is required. For indoor use only. Not suitable for bathrooms or any damp/wet locations. Downloads Spec Sheet Installation Guide 3D Files D40cm3D Files