/* 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;
    }
}

/* 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%);
    margin: 0;
    left: 5%;
    right: unset;
    max-width: fit-content;
    align-items: end;
}
[dir=rtl] .NG-hero-section .wrapper h1 {
    max-width: 700px;
}
.NG-hero-section-0 .banner-wrapper-1 {
    background-position: 90%;
}

/* cats 1 */
.NG-categories h1,
.NG-categories p {
    text-align: center;
}
.NG-categories [data-sal="fade"] p {
    max-width: 600px;
    margin-inline: auto;
}
.NG-categories .grid {
    margin-top: 3rem;
}
.NG-categories .swiper-wrapper {
    justify-content: center;
    gap: 2rem;
}
.NG-categories .card {
    width: 300px !important;
    margin: 0 !important;
}
@media (max-width: 1280px) {
    .NG-categories .card {
        width: 200px !important;
        margin: 0 !important;
    }
}
@media (max-width: 768px) {
    .NG-categories .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .NG-categories .card {
        width: 300px !important;
        margin: auto !important;
    }
    .NG-categories .card-inner {
        height: 400px;
    }
}
@media (max-width: 768px) {
    .NG-categories .card {
        width: 200px !important;
        margin: auto !important;
    }
    .NG-categories .card-inner {
        height: 260px;
    }
}

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

/* GL-promotional-banner */
section.GL-promotional-banner div:has( > img[src *= '67a0f62a-30f5-4f14-a8ec-d4d638bfd7a5'] ) {
    align-items: flex-end;
}

/* Main Banner 2 */
section:nth-child(2 of .NG-hero-section) .banner-wrapper-1 {
    background-position: 5%;
}
/* Products */
.NG-products {
    margin-top: 3rem;
}
.sticky {
    max-height: 440px;
}
.s-product-card-vertical .s-product-card-image {
    max-height: clamp(18.625rem, 9.9683rem + 11.9067vw, 21.875rem);
    min-height: clamp(18.625rem, 9.9683rem + 11.9067vw, 21.875rem);
}

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