/* Header */
#mainnav {
    height: unset !important;
}
.navbar-brand img {
    max-height: 8rem;
    width: 150px !important;
    height: 150px !important;
}
img[alt="abayora logo"] {
    height: 100px;
}
i.sicon-menu {
    color: var(--color-primary);
}
@media (min-width: 576px) {
    .navbar-brand img {
        max-width: 200px;
    }
}

/* gr-main-banner */
section.gr-main-banner .title-sub_title > p:first-child {
    font-weight: bold;
}
section.gr-main-banner .title-sub_title p {
    margin-block: 12px;
}
section.gr-main-banner .image-logo {
    display: none;
}

/*  */
section.GR_departments .category {
    background-color: var(--color-primary) !important;
}
section.GR_departments h3 {
    color: #fff !important;
}

/* tabs */
section.tabs .features {
    display: none !important;
}
section.tabs .content {
    justify-content: center !important;
}
.s-product-card-content-title a {
    font-weight: normal !important;
    line-height: 22px !important;
}

/* store-footer */
.store-footer img[alt="abayora"] {
    filter: brightness(0) invert();
    height: unset;
}