/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body * {
  font-family: "Cairo", sans-serif;
}
@media (min-width:991px){
.al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
}
.navbar-brand img {
    max-height: 5rem;
    max-width: 89px;
    width: auto;
}
@media (max-width:768px){
.store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
}
.s-product-card-content-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}