Atomic Sputnik Chandelier
* { box-sizing: border-box; margin: 0; padding: 0; } .vk-atomicsputnik-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; width: 100%; max-width: 680px; margin: 0; padding: 0; } .vk-atomicsputnik-divider { height: 1px; background: #e6dfd2; margin: 2rem 0; } .vk-atomicsputnik-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-atomicsputnik-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #7a6e60; margin-bottom: .65rem; } /* Variant selectors (Rule 41) */ .vk-atomicsputnik-variants { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-atomicsputnik-variant { display: flex; align-items: center; gap: 10px; padding: 10px 16px 10px 12px; border: 1.5px solid #ddd5c4; border-radius: 8px; cursor: pointer; background: #fff; min-height: 44px; font-size: 13px; color: #1a1a1a; transition: border-color 0.15s ease, background 0.15s ease; position: relative; } .vk-atomicsputnik-variant:hover { border-color: #7a6e60; } .vk-atomicsputnik-variant input { position: absolute; opacity: 0; pointer-events: none; } .vk-atomicsputnik-variant.is-selected { border-color: #7a6e60; background: #f1ece0; } .vk-atomicsputnik-swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,.08); flex-shrink: 0; } .vk-atomicsputnik-swatch--chrome { background: linear-gradient(135deg, #d8d8d8 0%, #9a9a9a 100%); } .vk-atomicsputnik-swatch--gold { background: linear-gradient(135deg, #d4a857 0%, #a07a2e 100%); } .vk-atomicsputnik-size-label { font-weight: 500; } .vk-atomicsputnik-size-meta { font-size: 11px; color: #888; margin-top: 2px; } /* Live SKU summary */ .vk-atomicsputnik-sku-chip { background: #f1ece0; border: 1px solid #ddd5c4; border-radius: 8px; padding: .85rem 1rem; margin-bottom: 1rem; font-size: 13px; color: #555; } .vk-atomicsputnik-sku-chip strong { color: #4a4136; font-weight: 500; } .vk-atomicsputnik-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-atomicsputnik-feat { background: #f1ece0; border-radius: 8px; padding: .85rem; } .vk-atomicsputnik-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #e2dcd0; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-atomicsputnik-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-atomicsputnik-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-atomicsputnik-notice { border-left: 3px solid #aea193; background: #f1ece0; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-atomicsputnik-notice h5 { font-size: 13px; font-weight: 500; color: #4a4136; margin-bottom: .3rem; } .vk-atomicsputnik-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-atomicsputnik-notice a { color: #4a4136; } /* Shape Diagrams card */ .vk-atomicsputnik-shape-card { background: #f1ece0; border: 1px solid #d8caa8; border-radius: 10px; padding: 1.25rem; margin-bottom: 1rem; } .vk-atomicsputnik-shape-hint { font-size: 13px; color: #666; margin-bottom: .85rem; line-height: 1.6; } .vk-atomicsputnik-shape-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: .5rem; } .vk-atomicsputnik-shape-thumb-link { display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: zoom-in; background: #fff; border: 1px solid #d8caa8; border-radius: 6px; padding: 10px; font: inherit; color: inherit; text-align: center; width: 100%; transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease; min-height: 44px; } .vk-atomicsputnik-shape-thumb-link:hover { background: #faf5e8; border-color: #aea193; transform: translateY(-1px); } .vk-atomicsputnik-shape-thumb-link:focus-visible { outline: 2px solid #7a6e60; outline-offset: 2px; } .vk-atomicsputnik-shape-thumb-img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; border-radius: 4px; display: block; } .vk-atomicsputnik-shape-thumb-label { font-size: 13px; font-weight: 500; color: #4a4136; line-height: 1.4; } .vk-atomicsputnik-shape-thumb-label small { font-size: 11px; color: #7a6e60; font-weight: 400; } .vk-atomicsputnik-shape-enlarge { font-size: 12px; color: #7a6e60; margin: 0; text-align: center; } /* Lightbox modal */ .vk-atomicsputnik-lightbox { position: fixed; inset: 0; background: rgba(28, 24, 16, 0.88); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 5vh 4vw; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; } .vk-atomicsputnik-lightbox.is-open { opacity: 1; pointer-events: auto; } .vk-atomicsputnik-lightbox-inner { max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; } .vk-atomicsputnik-lightbox-img { max-width: 100%; max-height: 80vh; height: auto; width: auto; object-fit: contain; border-radius: 6px; background: #fff; box-shadow: 0 8px 32px rgba(0,0,0,0.4); } .vk-atomicsputnik-lightbox-caption { color: #ece4d0; font-size: 14px; margin: 0; text-align: center; } .vk-atomicsputnik-lightbox-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%; border: none; background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s ease; } .vk-atomicsputnik-lightbox-close:hover { background: rgba(255,255,255,0.22); } .vk-atomicsputnik-lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; } .vk-atomicsputnik-spec-table { width: 100%; border-collapse: collapse; } .vk-atomicsputnik-spec-table tr { border-bottom: 1px solid #e6dfd2; } .vk-atomicsputnik-spec-table tr:last-child { border-bottom: none; } .vk-atomicsputnik-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-atomicsputnik-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-atomicsputnik-install { list-style: none; padding: 0; margin: 0; } .vk-atomicsputnik-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #e6dfd2; line-height: 1.65; position: relative; } .vk-atomicsputnik-install li:last-child { border-bottom: none; } .vk-atomicsputnik-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #aea193; } .vk-atomicsputnik-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-atomicsputnik-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd5c4; padding: 9px 14px; border-radius: 7px; text-decoration: none; background: #fff; min-height: 44px; } .vk-atomicsputnik-dl-btn:hover { background: #f1ece0; } .vk-atomicsputnik-faq details { border-bottom: 1px solid #e6dfd2; } .vk-atomicsputnik-faq summary { list-style: none; cursor: pointer; font-size: 14px; font-weight: 500; color: #1a1a1a; padding: 12px 32px 12px 0; min-height: 44px; position: relative; line-height: 1.5; } .vk-atomicsputnik-faq summary::-webkit-details-marker { display: none; } .vk-atomicsputnik-faq summary::after { content: ''; position: absolute; right: 6px; top: 18px; width: 8px; height: 8px; border-right: 2px solid #7a6e60; border-bottom: 2px solid #7a6e60; transform: rotate(45deg); transition: transform 0.2s ease; } .vk-atomicsputnik-faq details[open] summary { color: #7a6e60; } .vk-atomicsputnik-faq details[open] summary::after { transform: rotate(-135deg); top: 22px; } .vk-atomicsputnik-faq details p { font-size: 13px; color: #666; line-height: 1.7; padding: 0 0 14px; margin: 0; } @media (max-width: 520px) { .vk-atomicsputnik-features { grid-template-columns: 1fr 1fr; } } This atomic sputnik chandelier radiates slim metal arms outward from a central hub, each tipped with a small round G9 globe bulb. Available with 12 or 16 arms, in chrome or gold body finish — pick a combination below. The 12-arm spans 23.6″ (∅ 60 cm) and the 16-arm spans 28.7″ (∅ 73 cm), sized for dining tables and living rooms with mid-century leanings. Lights — choose one 12-Light ∅ 23.6″ x H 23.6″ (∅ 60 x H 60 cm) 16-Light ∅ 28.7″ x H 28.7″ (∅ 73 x H 73 cm) Body color — choose one Chrome Gold Selected: 12-Light · Chrome · ∅ 60 x H 60 cm Features Atomic radial form 12 or 16 slim arms fan out evenly from a central hub for a graphic mid-century silhouette. Round G9 globe tips Each arm holds an exposed round G9 globe bulb, which you can mix in colored or clear to set the mood. Two body finishes Chrome for a cool modern read, or warm gold for a richer mid-century tone. Same form and dimensions. Bulbs G9 bulbs sold separately Each socket takes one round G9 bulb up to 40W. Quantity matches your chosen size: 12 or 16 bulbs. Bulbs are not included, so you can choose clear glass, frosted, or colored globes (warm-white LED recommended). Mix colors for a graphic, atomic look. Finish Chrome or gold body, same form Body finish is the only difference between the two color SKUs — same arm count, same dimensions. For project quantities or custom drop length, email us before ordering. Shape Diagrams Official dimension sheets for both sizes. Click any diagram to enlarge. 12-Light∅ 60 x H 60 cm 16-Light∅ 73 x H 73 cm Click any diagram to view full size ↗ Specifications Dimensions 12-Light: ∅ 23.6″ x H 23.6″ (∅ 60 x H 60 cm)16-Light: ∅ 28.7″ x H 28.7″ (∅ 73 x H 73 cm) Material Iron, Glass Color Chrome or Gold body (select above) Light source G9 sockets · up to 40W each · bulbs sold separately Socket count 12 or 16 (by size) Voltage 120V (AC 110–240V global) Mount Hardwired ceiling junction box, indoor dry locations Certification Listed · North America · CE · SAA · SASO · KC Installation Notes Hardwired to a standard ceiling junction box; we recommend a licensed electrician. Attach the arms to the central hub before lifting the assembled fixture to the canopy. Install round G9 bulbs (up to 40W each) by gently pressing them into the bi-pin socket; do not exceed the listed wattage. Center over a dining table, hung roughly 30–36″ above the surface, or at least 7 ft above the floor in an open area. Indoor dry locations only — not rated for bathrooms, covered porches, or outdoor use. Wipe the body with a dry, soft microfiber cloth; clean glass globes separately to avoid scratching the finish. Downloads & Resources Spec Sheet (PDF) Install Guide (PDF) Request 3D Files FAQ Which size fits my dining table or room? The 12-Light (∅ 23.6″) centers over a 4–6 seat dining table or a medium living room. The 16-Light (∅ 28.7″) suits a 6–8 seat table, large open foyer, or great room. Keep the chandelier roughly half to two-thirds the width of the table below. What bulbs does this chandelier use? Can I get the colored globes shown? Each socket takes a round G9 bulb (also called G9 globe), up to 40W each. The fixture ships without bulbs so you can choose clear glass, frosted, or colored G9 globes. Mixing colors gives the playful atomic look in the photos; matching warm-white LEDs gives a quieter glow. Confirm bi-pin G9 base when ordering bulbs. How high should the ceiling be? We recommend a minimum 8 ft ceiling for over-table use of the 12-Light, and 9 ft or taller for the 16-Light. Hang the chandelier 30–36″ above the table surface, and keep at least 7 ft of clearance from the floor to the lowest globe in open areas. Is it dimmable? The fixture itself has no built-in dimmer. Pair it with dimmable G9 LED bulbs and a compatible wall dimmer if you want dimming; confirm the dimmer is rated for low-load LED. What is the warranty? The chandelier carries a 2-year warranty against manufacturing defects. Email support with your order number if anything arrives damaged or fails in normal use.
More you might like
Related
An Italian Sputnik/Atomic style chandelier
Related
6 Light Handmade Atomic Glass Ball Sputnik Chandelier
Related
Ceiling Light Chandelier Exquisite Log Wood Semi Flush Mount
Related