/* LOGO */
.navbar-brand img {
    max-height: 6rem;
    max-width: 140px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}

/* cats */
.al-categories .category_card {
    justify-content: space-between;
    padding-block: 1rem;
}
@media (min-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .al-categories .lg\:grid-cols-6 > a:first-child {
        grid-column: 3/4 !important;
    }
}

/* responsiveness */
@media (max-width: 768px) {
    /* AL_best_seller */
    .AL_best_seller .h-\[580px\] {
        height: 40vh !important;
    }
    
    /* footer */
    .store-footer * {
        text-align: center !important;
        margin-inline: auto;
    }
    .store-footer .container.grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .Alo__main .img {
        display: flex;
        width: 100%;
        order: 1;
    }
    .Alo__main div:has( > .text-center.flex-center ) {
        padding-top: 3.5rem;
    }
}