/* 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%);
    right: unset;
    left: 5%;
    width: fit-content;
}
[dir=rtl] .NG-hero-section .wrapper h1 {
    max-width: 700px;
}
[dir=rtl] .NG-hero-section .wrapper p {
    font-size: 40px;
}
.NG-hero-section-0 .button {
    border: 0;
    border-radius: 0;
    background-image: linear-gradient(90deg, transparent, var(--color-primary));
    background-color: transparent;
    padding: 0.9rem 2.7rem;
    font-size: 22px;
}
}
@media (max-width: 768px) {
    .NG-hero-section-0 .banner-wrapper-1 {
        background-position: 90%;
    }
    .NG-hero-section-0 .button {
        font-size: 18px;
    }
    [dir=rtl] .NG-hero-section .wrapper {
        margin: 0;
        align-items: center;
        left: 10%;
    }
}

/* 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 salla-slider {
    margin-top: 3rem;
}
.NG-categories .swiper-wrapper {
    justify-content: center;
    gap: 2rem;
}
.NG-categories .card {
    width: 300px !important;
    margin: 0 !important;
} */
.NG-categories .s-slider-container.swiper-initialized{
    margin-top:20px;
}

/* NG-marquee-banner */
section.NG-marquee-banner {
    margin-top: 2rem;
}
@media (max-width: 576px) {
    section.NG-marquee-banner img {
        object-fit: contain;
    }
}

section:has(.banner--fixed img) {
    margin-bottom: 2rem;
}
.banner--fixed img {
    background-color: transparent;
}

/* Categories List Start */
section.s-block.s-block--banners.container {
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(12,minmax(0,1fr));
}
section.s-block.s-block--banners.container .grid .banner-entry {
    grid-column: span 2;
}
section:nth-child(4 of .s-block.s-block--banners.container) .banner-entry:first-child {
    grid-column: 2/4;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 200px;
    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: 160px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 110px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(6,minmax(0,1fr));
    }
    a.banner-entry{
        height: 100px;
    }
    section:nth-child(4 of .s-block.s-block--banners.container) .banner-entry:first-child {
        grid-column: span 2;
    }
    section:nth-child(4 of .s-block.s-block--banners.container) .banner-entry:nth-child(4) {
        grid-column: 2/4;
    }
}
/* Categories List End */

/* GL-promotional-banner */
section.GL-promotional-banner .img-three > .relative.overflow-hidden {
    align-items: end;
    justify-content: start;
}
section.GL-promotional-banner .img-three h2 {
    font-size: 36px;
    width: 300px;
    text-align: start;
}
@media(max-width: 768px){
    section.GL-promotional-banner .img-three > .relative.overflow-hidden {
        align-items: end;
        justify-content: start;
    }
    section.GL-promotional-banner .img-three h2 {
        font-size: 24px;
        width: 150px;
        text-align: start;
        line-height: 34px;
    }
}

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

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