SKU: DST

Dedolight stand

Standard Dedolight Kit stand for the DLED4, DLED7, DLH4, DLHM4 and DLH200 series of lights. Will work with any small head and reverse folds to fit into all the Dedo DSC soft cases and most Dedo Hard cases.
Also fits into dedicated stand bag: DSCST

Related Products

(function () { function cleanAccordion() { document.querySelectorAll('.acf-accordion details.e-n-accordion-item').forEach(function (item) { const textWidget = item.querySelector('.elementor-widget-text-editor'); if (!textWidget) return; // Get ONLY the widget container content const container = textWidget.querySelector('.elementor-widget-container'); if (!container) return; // Strip EVERYTHING down to real text let text = container.innerHTML .replace(/

\s*<\/p>/gi, '') .replace(/ /gi, '') .replace(/\s+/g, '') .replace(/<[^>]*>/g, ''); // If truly empty → remove tab if (!text) { item.remove(); } }); } setInterval(cleanAccordion, 500); })();