/* Add custom CSS styles below */ 
.copyright-text p {
    color: #fff;
}
.store-footer  a[href="https://bylayali-sa.com/"] img {
    filter: brightness(0) invert(1);
}
.navbar-brand img {
    scale: 2;
}
a.All_banner_btn {
    border: 1px solid;
}
  .al-categories  p {
    opacity: 0;
}
@media (min-width: 1024px) {
.al-categories  .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 200px));
        justify-content: center;
    }
}
@media(max-width:767px){

  .grid-cols-2 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}