
• Cinematic, wraparound softness
• Industry-standard 1’ × 4’ (30 × 120 cm) rectangular format
• Full RGBWW colour engine with precise XY control
• Integrated DMX for console workflows
• Built-in CRMX wireless operation
• Clean, colour-accurate white light with natural skin tone reproduction
• IP-rated ballast for enhanced reliability
• Simple/fast set up (deploys in 3 seconds)
• Ultra-lightweight build (correct positioning is optimised)
• Packs efficiently for travel and storage
• CRI 96+ high colour rendering
• Passive cooling – no unwanted noise
• Fibreglass umbrella frame – lightweight and reliable
• Smart lighting control
<\/p>/gi, '')
.replace(/
\s*<\/p>/gi, '')
.replace(/ /gi, '')
.replace(/
/gi, '')
.replace(/\s+/g, '')
.replace(/<[^>]*>/g, '')
.trim() === '';
}
function cleanAccordion() {
document.querySelectorAll('.acf-accordion details.e-n-accordion-item').forEach(function (item) {
const container = item.querySelector('.elementor-widget-container');
if (!container) return;
const html = container.innerHTML;
if (isReallyEmpty(html)) {
item.remove();
}
});
}
setInterval(cleanAccordion, 500);
})();