/* Header */
#mainnav,
#mainnav .the-logo {
    height: unset !important;
}
.NG-header .navbar-brand.the-logo img {
    height: 7rem;
}
.mm-ocd--open {
    background: rgb(255 255 255 / 46%);
}
@media (max-width: 576px) {
    .NG-header .navbar-brand.the-logo img {
        height: 4rem;
    }
}

/* Main Banner */
@media (min-width: 576px) {
    [dir=rtl] .NG-hero-section .wrapper {
        top: 50%;
        transform: translateY(-50%);
        right: unset;
        max-width: 500px;
    }
    [dir=rtl] .NG-hero-section .wrapper h1 {
        max-width: 700px;
    }
    [dir=rtl] .NG-hero-section .wrapper p {
        display: block !important;
    }
    [dir=rtl] .NG-hero-section .wrapper p {
        display: block !important;
    }
    [dir=rtl] .NG-hero-section .subtext-bottom {
        display: none !important;
    }
    /* 2 */
    [dir=rtl] .NG-hero-section .banner-wrapper[aria-label="2 / 2"] h1,
    [dir=rtl] .NG-hero-section .banner-wrapper[aria-label="2 / 2"] p {
        color: #202b3d;
    }
    [dir=rtl] .NG-hero-section .banner-wrapper[aria-label="2 / 2"] .wrapper {
        transform: translate(50%, 70%);
        top: 0;
        right: 50%;
        max-width: 700px;
        align-items: center;
        text-align: center;
        margin: 0;
    }
}
@media (max-width: 576px) {
    [dir=rtl] .NG-hero-section .banner-wrapper {
        background-position: 90%;
    }
    [dir=rtl] .NG-hero-section .wrapper {
        max-width: 200px;
        left: 2%;
    }
    [dir=rtl] .NG-hero-section .wrapper h1 {
        max-width: 200px;
        font-size: 20px !important;
    }
}

/* cats */
.NG-categories .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {
    .NG-categories .container {
        max-width: 94%;
    }
    .NG-categories .grid {
        width: 600px;
        margin-inline: auto;
    }
}
@media (max-width: 1024px) {
    .card-back-overlay {
        display: none;
    }
    .NG-categories .card-inner {
        height: 200px;
    }
}

/* GL-promotional-banner */
section.GL-promotional-banner {
    margin-top: 32px;
}
@media (max-width: 576px) {
    section.GL-promotional-banner div:has( > .img-height ) {
      height: unset !important;
    }
}

/* Products */
.NG-products {
    margin-top: 3rem;
}
.banner--fixed img {
    background-color: transparent;
}
section.NG-Why-choose-us {
    margin-bottom: 0;
}