/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

.navbar-brand img {
    max-height: 8rem;
    max-width: 75px;
    width: auto;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
width:50%;
margin:auto;
}
.category_card:hover  {

    --background_hover: transparent !important;
}


@media (max-width: 768px) {


/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
width:100%;
margin:auto;
}

  /* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/

}