✦ Verified product
Square Frame Post Outdoor Light
USD 179.00
Size
Power source & Voltage versions
Kelvin range & Colour
Vakkerlight
Verified independent store
→
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --accent: #C4906A; --accent-deep: #7C4E2A; --cream: #faf6ef; --ivory: #f5efe0
; --border: #e0d4bc; --ink: #2a2018; --muted: #9B7B5A; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent-deep); } .vk-intro { font-size: 15px; color: #4a3018; line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--cream); margin-bottom: .75rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } /* IP badge */ .vk-ip-badge { display: inline-flex; align-items: center; gap: .5rem; background: #edf5ed; border: 1px solid #b0d4b0; border-radius: 6px; padding: .6rem 1rem; margin-bottom: 1.25rem; } .vk-ip-badge span { font-size: 13px; font-weight: 500; color: #2a5a2a; } .vk-ip-badge small { font-size: 12px; color: #4a7a4a; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--cream); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--ivory); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* Notice */ .vk-notice { border-left: 2px solid var(--accent); background: var(--cream); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #4a3018; line-height: 1.65; margin: 0; } .vk-notice a { color: var(--accent-deep); text-decoration: underline; } /* Sizes matrix with base */ .vk-matrix { width: 100%; border-collapse: collapse; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-bottom: .75rem; font-size: 12.5px; } .vk-matrix th { background: var(--ivory); padding: 8px 10px; text-align: left; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); border-bottom: 1px solid var(--border); } .vk-matrix td { padding: 8px 10px; border-bottom: 1px solid var(--border); color: #4a3018; vertical-align: top; } .vk-matrix tr:last-child td { border-bottom: none; } .vk-matrix td:first-child { font-weight: 500; color: var(--ink); white-space: nowrap; } /* Size ref image */ .vk-fig { margin-bottom: .75rem; } .vk-fig a { display: block; } .vk-fig img { width: 100%; max-width: 340px; height: auto; border-radius: 6px; border: 1px solid var(--border); display: block; margin: 0 auto .35rem; } .vk-fig-cap { font-size: 11px; color: var(--muted); text-align: center; } /* Color temperature */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; } .vk-kelvin-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 32px; border-radius: 4px; margin-bottom: .45rem; } .vk-kelvin-preview.warm { background: linear-gradient(90deg,#ffd488,#f5a868 50%,#d08040); } .vk-kelvin-preview.neutral { background: linear-gradient(90deg,#fff8e0,#f4eac8 50%,#d0c098); } .vk-kelvin-preview.cool { background: linear-gradient(90deg,#e8f0fa,#c8d8e8 50%,#8098b0); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(--ink); } .vk-kelvin-label { font-size: 11px; color: var(--muted); margin-top: 2px; } /* Related */ .vk-related { display: flex; align-items: center; background: var(--cream); border-radius: 6px; padding: .85rem 1rem; border: 1px solid var(--border); text-decoration: none; margin-bottom: .75rem; } .vk-related p { font-size: 13px; color: var(--accent-deep); text-decoration: underline; margin: 0; font-weight: 500; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--ivory); } .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: var(--muted); width: 42%; padding-right: 1rem; } /* 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: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--cream); } .vk-dl-btn:hover { background: var(--ivory); } details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-kelvin { grid-template-columns: 1fr; } } Warm glow for every outdoor corner, rain or shine. The Square Frame Garden Light casts a bright, warm ambience across patios, fences, pathways, and garden beds — all night, in any weather. Its stainless steel frame and IP65 waterproof rating mean it stands up to the elements without fading or corroding. See It In Action IP65 Waterproof · protected against rain & dust · do not immerse Features IP65 Rated Fully protected against rain, dust, and outdoor moisture — built for year-round use. Stainless Steel Durable stainless frame with acrylic diffuser — won't rust or corrode outdoors. Integrated LED No bulb to replace. Select color temperature at checkout. Custom DC 12V / 24V versions available Standard voltage is AC 110–240V. If you need a DC 12V or 24V version for a specific installation, contact the support team at [email protected] with your requirements. Explore the full Outdoor Lighting Series → Three Sizes Size Lamp body Base plate Small L9.8" × W9.8" × H10.6"25 × 25 × H27 cm L7.8" × W7.8" × H0.8"20 × 20 × H2 cm Medium L11.8" × W11.8" × H12.6"30 × 30 × H32 cm L9.8" × W9.8" × H0.8"25 × 25 × H2 cm Large L15.7" × W15.7" × H16.5"40 × 40 × H42 cm L11.8" × W11.8" × H0.8"30 × 30 × H2 cm 🔍 Size reference · click to enlarge Color Temperature — select at checkout 3000K Warm · Recommended 4000K Neutral 6000K Cool Specifications Materials Stainless Steel · Acrylic IP Rating IP65 — waterproof · do not immerse Light source Integrated LED · not replaceable Color temperature 3000K · 4000K · 6000K — select at checkout Voltage AC 110–240V standardCustom DC 12/24V — contact us Control External wall switch (not included) Wiring Hardwired Environment Outdoor · patio · fence · garden · pathway · porch Certification North America · EU · AU · Saudi Arabia Finish Silver Gray Downloads Spec Sheet Frequently Asked Questions Is this lamp weatherproof? Yes — IP65 rated, protected against rain and dust. Do not immerse in water. Can I get a DC 12V or 24V version? Yes. Contact the support team at [email protected] with your specific voltage requirements. What sizes are available? Small (9.8"×9.8"×H10.6"), Medium (11.8"×11.8"×H12.6"), Large (15.7"×15.7"×H16.5"). Each includes a separate base plate.