/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 4rem;
    scale: 1.6;
}
.al-categories .category_card {
        height: 250px;
    } 
@media (min-width: 1024px) {
   .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    } 
}
@media (max-width:1025px){
.al-categories .category_card{
        height: 160px;
    }

}

footer img[alt="ladyglamm"] {
    filter: brightness(0) invert(1);
}
.copyright-text p {
    color: #fff;
}