/* 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 */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    transform: translateY(-50%);
}
[dir=rtl] .NG-hero-section .wrapper h1 {
    max-width: 500px;
}
/* 2 */
section:nth-child(2 of .NG-hero-section) .wrapper {
    margin: 0;
    max-width: 500px;
    text-align: center;
    align-items: center;
    margin-right: 2rem;
    background-color: #28282875;
    padding: 16px 22px;
    border-radius: 28px;
}
@media (max-width: 768px) {
    [dir=rtl] .NG-hero-section .wrapper {
        top: 50%;
        transform: translateY(-50%);
    }
    [dir=rtl] .NG-hero-section .wrapper h1 {
        max-width: 300px;
    }
    /* 1 */
    section.NG-hero-section .wrapper p {
        display: block !important;
    }
    [dir=rtl] .NG-hero-section .banner-wrapper::after {
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #00000055;
        position: absolute;
    }
    
    /* 2 */
    section:nth-child(2 of .NG-hero-section) .wrapper {
        margin-right: 10%;
        padding-inline: 2rem;
        width: 80%;
        gap: 4px;
    }
    section:nth-child(2 of .NG-hero-section) .wrapper p {
        display: block !important;
    }
    .subtext-bottom {
        display: none !important;
    }
}

/* cats 1 */
.NG-categories h1,
.NG-categories p {
    text-align: center;
}
.NG-categories .container {
    max-width: 1700px;
}
@media (min-width: 1280px) {
    .NG-categories .grid {
        margin-top: 2rem;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .NG-categories .card-inner {
        height: 220px;
    }
    .card-back-overlay {
        display: none;
    }
}

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

/* Categories List Start */
section.s-block.s-block--banners.container {
    margin-bottom: 3rem;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 520px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 480px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 310px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    a.banner-entry{
        height: 300px;
    }
}
/* Categories List End */

/* GL-promotional-banner */
section.GL-promotional-banner h2 {
    max-width: 300px;
}
@media(max-width: 576px){
    section.GL-promotional-banner h2 {
        max-width: 100px;
        line-height: 22px;
        font-size: 15px;
    }
}

/* Products */
.NG-products {
    margin-top: 3rem;
}

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