/* Add custom CSS styles below */ 
body#app {
    background: #F8FBF6;
}
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
width:40%;
margin:auto;
}
.al-categories .category_card {
   
    padding: 20px ;
}
.al-categories .category_card::after {

    background: #ffffff00;
 
}

/* remove bg*/
.al-categories .category_card::after {

    background: transparent;

}
.al-categories h3{
    font-size: 19px;
    line-height: 2rem;
    font-weight: 900;
} 

.al-categories .category_card {

    --background_hover: transparent !important;
}
/**/

@media (max-width: 768px){
/*categary*/
.al-categories .grid {

width:100%;

}
}
/**/
@media (max-width: 768px) {
.Alo__main .w-full.spacespacespace img {
    height: 460px;
}
  /* footer */
  
  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;
  }
  /**/
    .AL_best_seller .image-div img {
    object-fit: contain !important;
    height: 180px;
}
.AL_best_seller .image-div {
    height: 387px;
}

}