Circus Table Lamp
.vk-crc-wrap { --vk-crc-bg: #ffffff; --vk-crc-bg-card: #fbf5ee; --vk-crc-bg-deep: #f0e0cc; --vk-crc-border: #ecdccb; --vk-crc-border-lt: #f4e9dd; --vk-crc-accent: #b8452f; --vk-crc -accent-dk: #7a2c1c; --vk-crc-accent-lt: #d47a5f; --vk-crc-accent-bg: #f6e3da; --vk-crc-accent-bdr: #e0b19d; --vk-crc-text: #26201a; --vk-crc-text-mid: #574c3f; --vk-crc-text-light: #96897a; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-crc-text); line-height: 1.72; font-size: 14.5px; } .vk-crc-wrap * { box-sizing: border-box; } .vk-crc-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-crc-text-mid); } .vk-crc-wrap a { color: var(--vk-crc-accent-dk); text-decoration: underline; } .vk-crc-wrap .vk-crc-section { margin-bottom: 2.6rem; } .vk-crc-wrap .vk-crc-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-crc-wrap .vk-crc-sec-line { flex: 1; height: 0.5px; background: var(--vk-crc-border); } .vk-crc-wrap .vk-crc-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-crc-accent-dk); white-space: nowrap; } .vk-crc-wrap strong { color: var(--vk-crc-text); font-weight: 600; } /* Video */ .vk-crc-wrap .vk-crc-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; background: #111; } .vk-crc-wrap .vk-crc-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Features grid */ .vk-crc-wrap .vk-crc-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-crc-wrap .vk-crc-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-crc-border); border-radius: 12px; background: var(--vk-crc-bg-card); } .vk-crc-wrap .vk-crc-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-crc-accent-bg); border: 0.5px solid var(--vk-crc-accent-bdr); color: var(--vk-crc-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-crc-wrap .vk-crc-feat-icon svg { fill: none; } .vk-crc-wrap .vk-crc-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-crc-text); margin-bottom: 6px; line-height: 1.35; } .vk-crc-wrap .vk-crc-feat-desc { font-size: 12px; color: var(--vk-crc-text-mid); line-height: 1.55; } /* Critical notice */ .vk-crc-wrap .vk-crc-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-crc-accent-bdr); border-left: 3px solid var(--vk-crc-accent); border-radius: 10px; background: var(--vk-crc-accent-bg); } .vk-crc-wrap .vk-crc-notice .vk-crc-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-crc-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-crc-wrap .vk-crc-notice .vk-crc-notice-body { font-size: 12.5px; color: var(--vk-crc-text-mid); line-height: 1.6; } .vk-crc-wrap .vk-crc-notice .vk-crc-notice-body strong { color: var(--vk-crc-text); font-weight: 600; } .vk-crc-wrap .vk-crc-notice .vk-crc-notice-body strong:first-child { display: block; color: var(--vk-crc-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-crc-wrap .vk-crc-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-crc-border); border-radius: 14px; overflow: hidden; } .vk-crc-wrap .vk-crc-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-crc-border-lt); display: flex; align-items: flex-start; background: var(--vk-crc-bg-card); gap: 16px; } .vk-crc-wrap .vk-crc-spec-item:last-child { border-bottom: 0; } .vk-crc-wrap .vk-crc-spec-item:nth-child(even) { background: var(--vk-crc-bg); } .vk-crc-wrap .vk-crc-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-crc-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-crc-wrap .vk-crc-spec-val { font-size: 12.5px; color: var(--vk-crc-text); } /* Style tags */ .vk-crc-wrap .vk-crc-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-crc-wrap .vk-crc-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-crc-accent-dk); background: var(--vk-crc-accent-bg); border: 0.5px solid var(--vk-crc-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-crc-wrap .vk-crc-dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-crc-wrap .vk-crc-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-crc-border); border-radius: 12px; background: var(--vk-crc-bg-card); text-decoration: none; color: var(--vk-crc-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-crc-wrap .vk-crc-dl-card:hover { background: var(--vk-crc-accent-bg); border-color: var(--vk-crc-accent-bdr); } .vk-crc-wrap .vk-crc-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-crc-accent-bg); border: 0.5px solid var(--vk-crc-accent-bdr); color: var(--vk-crc-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-crc-wrap .vk-crc-dl-icon svg { fill: none; } .vk-crc-wrap .vk-crc-dl-meta { width: 100%; } .vk-crc-wrap .vk-crc-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-crc-text); line-height: 1.3; margin-bottom: 3px; } .vk-crc-wrap .vk-crc-dl-sub { font-size: 11.5px; color: var(--vk-crc-text-light); letter-spacing: 0.02em; line-height: 1.45; } /* FAQ accordion */ .vk-crc-wrap .vk-crc-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-crc-wrap .vk-crc-faq-list details { border: 0.5px solid var(--vk-crc-border); border-radius: 10px; background: var(--vk-crc-bg-card); overflow: hidden; } .vk-crc-wrap .vk-crc-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-crc-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-crc-wrap .vk-crc-faq-list summary::-webkit-details-marker { display: none; } .vk-crc-wrap .vk-crc-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-crc-accent-dk); position: absolute; right: 16px; } .vk-crc-wrap .vk-crc-faq-list details[open] summary { color: var(--vk-crc-accent-dk); } .vk-crc-wrap .vk-crc-faq-list details[open] summary::after { content: '\2212'; } .vk-crc-wrap .vk-crc-faq-list .vk-crc-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-crc-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-crc-wrap .vk-crc-features-grid { grid-template-columns: 1fr; } .vk-crc-wrap .vk-crc-dl-grid { grid-template-columns: 1fr; } .vk-crc-wrap .vk-crc-spec-item { flex-direction: column; gap: 4px; } .vk-crc-wrap .vk-crc-spec-key { width: auto; } } Inspiration Inspired by the striped canvas of a circus tent, this table lamp pairs a bold red-and-white glass shade with playful pom-pom trim, reminiscent of a clown's costume, and a gold-tone base that grounds the look in a touch of classic elegance. It's a lively, nostalgic centerpiece that suits both a contemporary space looking for a bit of whimsy and a more traditional room that wants a maximalist accent. Good To Know ! One size (Ø35 × H50 cm) · glass shade + resin base · gold, white & red · 1 × E26/E27, bulb not included · plug-in · indoor use only The shade is glass, striped red and white and trimmed with pom-poms; the base is resin in a gold-tone finish. Takes one E26 or E27 bulb up to 40W (incandescent or LED equivalent) — bulb not included. It's plug-in with a push-button switch on a 59″ cord, and works with a dimmer switch (sold separately) when paired with a dimmable bulb. Certified for North America, Australia, Europe & the Middle East. Indoor use only. Key Features Red & White Striped Glass A rounded glass shade in bold circus-tent stripes throws a warm, colorful glow across the room. Pom-Pom Trim Playful pom-pom accents ring the shade, echoing a clown's costume for a maximalist, carnival touch. Gold-Tone Resin Base A gold-finished resin base anchors the shade with a touch of classic elegance. Product Size One size: Ø35 cm × H50 cm (Ø13.8″ × H19.7″). Specifications Fixture Type Table lamp · plug-in · glass shade with pom-pom trim on a resin base Materials & Finish Glass (shade) + resin (base) · gold, white & red Dimensions Ø35 cm × H50 cm (Ø13.8″ × H19.7″) Light Source 1 × E26 or E27 · max 40W incandescent or LED equivalent · bulb not included Power Plug-in · push-button switch · 59″ cord · dimmer compatible (switch not included) Rating Indoor use only Certification Certified: North America · Australia · Europe · Middle East Design Style Maximalist Eclectic Whimsical Kids / Playroom Use Case The bold stripes and pom-pom trim make this a statement piece for a living room, playroom, or eclectic study — it's designed to be noticed, not to blend in. Use it as a single accent on a console or side table where its color and texture can stand out against a calmer backdrop, or lean into the theme with striped textiles and warm wood furniture for a full maximalist look. Downloads Parameter Dimensions & specs · PDF Installation Setup guide · PDF FAQ What's the shade made of? The shade is glass, striped in bold red and white and trimmed with decorative pom-poms. The base is resin in a gold-tone finish. What bulb does it use — is it included? It uses 1 × E26 or E27 (standard US medium screw base), up to 40W incandescent or LED equivalent. The bulb is not included. Use a dimmable bulb if you plan to pair it with a dimmer switch. Does it work with a dimmer? Yes — it's dimmer compatible. Pair it with a compatible plug-in or wall dimmer switch (sold separately) and a dimmable bulb. How is it powered — does it need wiring? No wiring needed. It's plug-in with a 59″ cord and a push-button switch right on the lamp. Can I use it outdoors or in a bathroom? No — it's rated for indoor use only. The glass shade and resin base aren't damp-rated, so keep it away from steam, splashes, and outdoor exposure.
More you might like
Related
Circus Table Lamp
Related
Circus Table Lamp
Related
Circus Table Lamp
Related