Sliding Door Status Switch Sign
SKU:
(You save
) Limited Offer
Status
Excluded from Promotions. This item is not eligible for additional discount.
Sliding Door Status Switch Sign.
Self-adhesive indicator sign, easy to install:Self-adhesive feature allows for easy installation without the need for special tools or drilling.
-
Design and style Simple and modern design Sleek, modern design complements any office decor while providing clear privacy status indication.
-
Sliding Door Privacy Sign|Material Organic glass Crafted from durable organic glass, this sliding door status sign withstands daily wear and tear.
-
Applicable environment Suitable for enterprises, privacy, public service buildings, operating rooms and clinics:Versatile use across various settings, from enterprises to clinics, enhancing office privacy.
Product description
- Office Decor
- Entryway signage
- Room occupied / available sign
- No high-concerned chemical
- Product source mainland China
- #8-996-GOLD
Dimensions
- Length: 10cm
- Width: 4cm
- Depth: 0.5cm

// ============================================================
// MITEGI - MOBILE MENU FIX (SCRIPT MANAGER)
// ============================================================
document.addEventListener('DOMContentLoaded', function() {
// Only run on mobile
if (window.innerWidth > 1024) return;
setTimeout(function() {
var toggler = document.querySelector('.mobileMenu-toggle');
var menu = document.querySelector('.navPages-container');
if (toggler && menu) {
// Remove old listeners
var newToggler = toggler.cloneNode(true);
toggler.parentNode.replaceChild(newToggler, toggler);
newToggler.addEventListener('click', function(e) {
e.preventDefault();
e.stopPropagation();
menu.classList.toggle('is-open');
menu.classList.toggle('show');
this.classList.toggle('is-open');
});
}
}, 300);
});