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

/* Common */
section h2 {
    text-align: center;
}
section .text-start:has(h1) {
    margin: 3rem auto 0;
}

/* Main Banner */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    right: unset;
    width: 640px;
}
[dir=rtl] .NG-hero-section .wrapper h1 {
    max-width: 700px;
}
[dir=rtl] .NG-hero-section .wrapper p {
    display: none !important;
}
@media (max-width: 768px) {
    .banner-wrapper[aria-label="1 / 2"] {
        background-position: 90%;
    }
    [dir=rtl] .NG-hero-section .wrapper {
        top: 0;
        transform: translateY(10%);
        width: 240px;
        left: 1%;
        gap: 10px;
    }
    [dir=rtl] .NG-hero-section .wrapper h1 {
        font-size: 18px;
    }
}

/* cats 1 */
.NG-categories h1,
.NG-categories p {
    text-align: center;
}
.NG-categories .grid {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .NG-categories .grid > div:first-child{
        grid-column: 2/3;
    }
}
@media (max-width: 768px) {
    .NG-categories .grid {
        grid-template-columns: 1fr 1fr;
    }
    .NG-categories .card-inner {
        height: 180px;
    }
    .card-back-overlay {
        display: none;
    }
}

/* NG-marquee-banner */
section.NG-marquee-banner {
    margin-top: 2rem;
}

/* Products */
.NG-products {
    margin-top: 3rem;
}
.sticky {
    max-height: 400px;
}

/* footer */
div:has( > .social-gallery ) {
    display: none;
}