0
0
Cart1item

Cart

HomeShopDJ and Stage Lighting PackagesPortable Lighting Truss System

Description

Portable 11.5 FT Lighting Truss System Heavy Duty Metal Pro Audio DJ Light Stand with 16 led par cans

This Portable Lighting Truss System includes

  • 16 led par cans,
  • 512 controller
  • DMX cables
  • and power cords.

Reviews

There are no reviews yet.

Be the first to review “Portable Lighting Truss System”

Your email address will not be published. Required fields are marked *

    const observer = new MutationObserver(function () { const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } }); // Start observing after DOM is ready document.addEventListener("DOMContentLoaded", function () { observer.observe(document.body, { childList: true, subtree: true }); // Run once immediately in case element already exists const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } });