"Pierre" Laced Dress
"Pierre" Laced Dress
- Short length lace dress
- Hand stitched feather around bust , waist and hip
- Black cotton/nylon/spandex material for stretch
Material used :
- 100 % Feather
- 75 % cotton (lace)
- 20 % nylon
- 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;
}