/* Fonts */
@font-face {
  font-family: 'GE SS Two Medium';
  src: url('https://wpazzrk.github.io/uploaded_fonts/GE_SS_Two_Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'GE SS Two Medium', sans-serif;
}

/* Header */
.store-header #mainnav .sub-menu {
    background-color: #fff;
}
#mainnav i.sicon-menu {
    color: var(--color-primary) !important;
}
#mainnav,
#mainnav img[alt="LEANASTORE logo"] {
    height: unset !important;
}

/* Main Banner */
section.landing-page-first-banner:has(img[ src *= 'a168-8feca069cd8b' ]) .txt {
    align-items: end !important;
}
section.landing-page-first-banner .landing-banner {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    section.landing-page-first-banner h1 {
        max-width: 400px;
    }
}
@media (max-width: 1024px) {
    section.landing-page-first-banner:has(img[ src *= 'a168-8feca069cd8b' ]) img {
        object-position: 100%;
    }
    section.landing-page-first-banner:has(img[ src *= 'a168-8feca069cd8b' ]) .item-text {
        max-width: 200px;
    }
}

/* GR_Why_choose_use */
    section.GR_Why_choose_use .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
}
section.GR_Why_choose_use .container > div:first-child {
    display: none;
}
section.GR_Why_choose_use .grid > div {
    align-items: center;
    justify-content: center;
}
section.GR_Why_choose_use .grid h3 {
    text-align: center;
}

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

/* Other Pages */
.category_slider div:has( > img ) {
    display: none;
}