/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 5rem;
}
/*main banner*/
#AS_main-banner-0 .justify-between {
    justify-content: flex-start;
}
/**/
@media (min-width: 1024px) {
   .as-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
/*footer*/
footer.store-footer * {
    color: #000;
}
.copy span p {
    color: #111827;
}
@media (max-width:767px){.as-categories .gap-y-12 {
    row-gap: 0rem;
}
.navbar-brand img {
   object-fit: contain;
    max-height: 4rem;
    margin-right: 5%;
}
}