Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan

Mulqueen Fabric Happy Hour 2025


This amazing wristband (designed by the most fashionable Mulqueens, Aidan and Darren) will grant you access to the Fabric Happy Hour.


What's the Fabric Happy Hour? Until the end of 2025 you will receive a discount of 15% off most fabrics, with additional offers that will be announced every Fabric Happy Hour!

When is Fabric Happy Hour? Fabric Happy Hour is every Wednesday of 2025 from 1PM - 4PM

How do I sign up for Fabric Happy Hour? All you have to do to join is buy the 2025 Fabric Happy Hour Wristband and you'll get access for all of 2025!

How do I wear the Fabric Happy Hour Wristband? Some will wear the wristband as a bracelet, and some may wear it as a head band.
Any way that you wear your band is considered correct, so don't worry!

window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));