NEEWER NS20L/NS26L/NS35L LED Lantern Softbox Light Diffuser for Photography & Video Lighting - Perfect for Studio, Portrait, and YouTube Content Creation
$27.5$50-45% OFF
Free shipping on all orders over $50
7-15 days international
13 people viewing this product right now!
30-day free returns
Secure checkout
20947941
Guranteed safe checkout
Description
Description
360° Omnidirectional Soft Light Source- This NEEWER lantern softbox provides a broad, balanced, and 360° light coverage without shadows, ideal for photography, vlogging, live streaming, and interviewing. It can close at 7"x7"x26" (17x17x67cm)/7"x7"x31.5" (17x17x80cm) and fit inside the storage bag for easy transport
One Step Quick Release & Fold- Designed with an integrated structure, the softbox allows for instant opening and closing with just one simple step. Enjoy seamless lighting control at your fingertips, saving you time and effort. It's a more convenient and efficient alternative to traditional versions
12 Resilient Ribs & Superior Diffuser- 12 highly resilient ribs can withstand tens of thousands of presses without distortion, giving this softbox incomparable durability and an impeccable lantern shape for 360° omnidirectional light output. The diffuser with highly reflective linings can retain the genuine color rendition and color temperature of any light source
Lightweight Nylon Alloy Bowens Mount- The standard bowens mount is compatible with a wide array of Bowens mount LED video lights, including NEEWER RGB CB60, CB60B, CB200B, MS60B, MS60C, MS150B, and more. The nylon alloy Bowens mount also makes the softbox lighter (27.5oz/780g) and more portable
More From NEEWER- Use this softbox with NEEWER Q4 Studio Flash Vision 4 Monolight and CB60B CB60 RGB CB100 C CB150 CB200B CB300B FS150 FS150B FS230 COB Studio Light (Also compatible with SmallRig compatible with Godox compatible with Aputure Continuous Video Light with Bowens Mount). We recommend ST250R ST-260AC Photography Light Stand & SC320 NEEWER C Stand with Boom Arm to provide exceptional strength for heavy duty use
Specifications
{
img.classList.remove('active-thumbnail');
});
}
}
function selectSize(element) {
var parent = element.parentElement;
var variantOptions = parent.querySelectorAll('.variant-option');
for (var i = 0; i < variantOptions.length; i++) {
variantOptions[i].classList.remove('active');
}
element.classList.add('active');
var value = element.getAttribute('data-option');
document.querySelector('input.size_value').value = value;
element.style.transform = 'translateY(-5px)';
setTimeout(function() {
element.style.transform = 'translateY(0)';
}, 300);
}
document.addEventListener('DOMContentLoaded', function() {
// Color selection
const colorOptions = document.querySelectorAll('.goods-container .color-option');
colorOptions.forEach(option => {
option.addEventListener('click', function() {
colorOptions.forEach(opt => opt.classList.remove('active'));
this.classList.add('active');
// Here you would typically change the main image to show the selected color
});
});
// Size selection
const sizeOptions = document.querySelectorAll('.goods-container .size-option');
sizeOptions.forEach(option => {
option.addEventListener('click', function() {
sizeOptions.forEach(opt => opt.classList.remove('active'));
this.classList.add('active');
});
});
// Thumbnail click
const thumbnails = document.querySelectorAll('.goods-container .thumbnail');
thumbnails.forEach(thumbnail => {
thumbnail.addEventListener('click', function() {
const mainImageSrc = this.src.replace('150x150', '600x600');
document.querySelector('.goods-container .main-image').src = mainImageSrc;
});
});
// Add to cart animation
const addToCartBtn = document.querySelector('.goods-container .btn-add-to-cart');
if (addToCartBtn) {
addToCartBtn.addEventListener('click', function() {
this.innerHTML = ' Added to Cart';
this.style.backgroundColor = '#2a9d8f';
setTimeout(function() {
addToCartBtn.innerHTML = ' Add to Cart';
addToCartBtn.style.backgroundColor = '#e63946';
}, 2000);
});
}
});