/* Add custom CSS styles below */
@media (min-width:768px){
.al-categories  .lg\:grid-cols-6 {
    display: flex;
    justify-content: center;
} 
  }
@media (max-width:768px){
.al-categories .grid.grid-cols-2 {
    row-gap: 0px;
}
}
  
.al-categories .category_card::after {
 display: none
}
.al-categories .md\:-translate-y-1\/3 {
    --tw-translate-y: 0;
}

.al-categories p {
    display: none;
}
.al-categories img {
  max-height: 200px;
}


@media (max-width:768px){
.store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
}
}