/* cats */
@media (min-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        max-width: 90%;
        margin-inline: auto;
    }
}

/* al-testimonial */
.al-testimonial img + .text-left span,
.al-testimonial .product-div {
    display: none;
}
.al-testimonial .card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* banner */
section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: transparent;
}

/* footer */
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
  background-color: #3853A1 !important;
}
.mylinks {
    align-items: start;
}
.s-menu-topnav-list {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
}
.s-menu-topnav-list a {
    border-left-width: 0;
}