/* Header */
#mainnav {
    height: unset !important;
}
.top-navbar {
    display: none;
}
#mainnav img[alt="kami logo"] {
    height: 100px;
}
#mainnav i.sicon-menu {
    color: var(--color-primary) !important;
}

/* section */
section .img_content .small,
section.banner-1 > img {
    display: none;
}
section .img_content .big {
    max-width: 100%;
    width: 100%;
    clip-path: unset;
}

/* GR_departments */
@media (min-width: 1024px) {
    section.GR_departments .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 600px;
        margin-inline: auto;
    }
}
@media (max-width: 768px) {
    section.GR_departments .category {
      grid-column: 1 / 3;
      width: 160px;
      margin-inline: auto;
    }
}

/* Footer */
.store-footer__inner img {
    width: 100px;
    height: unset;
    filter: brightness(0) invert()
}