/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 5rem;

}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
width:60%;
margin:auto;
}



.card .flex-row.items-center P {
    font-size: 17PX;
    width: 69%;
    line-height: 2;
}
.card .items-center.justify-start {
    display: none;
}
.card {
    min-height: 190px;
}

.product-div {
    display: none;
}
.al-testimonial .grid .flex-col.items-center.text-right {

    color: #fff;
}

.LA_limited-time-offers .overlay {
  background: transparent;
}
@media (max-width: 768px){
/*categary*/
.al-categories .grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
width:100%;

}

  .AL_best_seller .image-div img {
    object-fit: contain !important;
    height: 180px;
}
.AL_best_seller .image-div {
    height: 387px;
}
   /* 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;
  }
  .store-footer__inner .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
  /**/
  
}
/**/