Hallway

Active filters

Product added to wishlist
/* BEST_SELLER_PIN v2 */ /* === ELI FIX 2026-05-22: Hide duplicate stats in hero social proof bar === */ /* Trustpilot module injects 418+ reviews + 5 showrooms into #mf-social-proof, creating conflicting counts (418+ vs 1,200+). Hide injected duplicates (nth-child 3+). */ (function(){ var s = document.createElement('style'); s.textContent = '#mf-social-proof > span:nth-child(n+3){display:none!important}'; document.head.appendChild(s); })();