"GOSSO Neon 3D Headband"
"GOSSO Neon 3D Headband"
- Neon Logo Lettering
- 3D Rubber detail
- Glow-in-the-dark
- Stretch-to-fit
- One size fit all
Material used :
- 50% Nylon
- 45% Rubber fabrication
- 5 % Spandex
custom-menu-fix.css
/* Fix mobile menu not opening after login */
#menu-drawer {
transform: unset !important;
visibility: visible !important;
background-color: #ffffff !important; /* change if your background is different */
z-index: 9999 !important;
}
.menu-drawer {
transform: unset !important;
visibility: visible !important;
}
/* Prevent account icon or login state from breaking the hamburger button */
.header__icons .header__icon--account {
z-index: 10;
pointer-events: auto;
}
.menu-toggle {
pointer-events: auto !important;
}