Skip to content

Bentley and Lace Custom+Couture Rentalsbusiness logo

Store access

Enter password below to access the store:

Opening soon

We will be back soon. We are away for website maintenance, For assistance please email info@bentleyandlace.com

5
reviews
See all reviews
/* Hide the hamburger menu on desktop and show on mobile */ .ai-nav-hamburger- { display: none; /* Initially hidden */ flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; } .ai-nav-hamburger- span { width: 25px; height: 2px; background-color: ; transition: all 0.3s ease; } /* Show hamburger menu only on mobile */ @media screen and (max-width: 989px) { .ai-nav-hamburger- { display: flex; /* Show on mobile */ } } /* Active state for hamburger (when clicked) */ .ai-nav-hamburger-.active span:nth-child(1) { transform: rotate(45deg) translate(7px, 7px); } .ai-nav-hamburger-.active span:nth-child(2) { opacity: 0; } .ai-nav-hamburger-.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }