/* Header */
#mainnav {
    height: unset !important;
}
.NG-header .navbar-brand.the-logo img {
    height: 5rem;
}
.mm-ocd--open {
    background: rgb(255 255 255 / 46%);
}
#mainnav {
    background-color: #fff;
}
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header #mobile-menu a > span, .NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .home-link,
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header svg,
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .custom-button i,
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header salla-cart-summary.my-summary i,
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .mburger p, .NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .mega-trigger-btn span{
    color: var(--color-primary);
    stroke: var(--color-primary);
}
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .mburger p span, .NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .mega-trigger-btn p span {
    background-color: var(--color-primary);
}
@media (max-width: 576px) {
    .NG-header .navbar-brand.the-logo img {
        height: 3rem;
    }
}

/* Main Banner */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    max-width: 500px;
    padding: 24px;
    border-radius: 24px;
    margin-right: 2%;
}
[dir=rtl] section:nth-child(1 of .NG-hero-section) .wrapper {
    background-image: linear-gradient(270deg, #ffffffaa, transparent);
}
[dir=rtl] section:nth-child(1 of .NG-hero-section) .wrapper p {
    display: block !important;
}
[dir=rtl] section:nth-child(1 of .NG-hero-section) .subtext-bottom {
    display: none !important;
}
/* 2 */
[dir=rtl] section:nth-child(2 of .NG-hero-section) .wrapper {
    background-image: linear-gradient(270deg, #000000aa, transparent);
}
@media (max-width: 768px) {
    [dir=rtl] section:nth-child(1 of .NG-hero-section) .wrapper {
        top: 70%;
    }
    [dir=rtl] section:nth-child(1 of .NG-hero-section) .wrapper p {
        font-size: 16px;
    }
    /* 2 */
    [dir=rtl] section:nth-child(2 of .NG-hero-section) .wrapper h1 {
        font-size: 19px;
    }
}

/* 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;
}
section.NG-categories .grid div {
    margin-inline: auto !important;
}
@media (min-width: 1024px) {
    section.NG-categories .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-inline: 5%;
    }
}
@media (max-width: 1024px) {
    section.NG-categories .grid {
        gap: 0.25rem;;
    }
    .NG-categories .card {
        width: 110px !important;
    }
}

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

/* section.GL-promotional-banner .relative.z-10 */
section.GL-promotional-banner .relative.z-10 {
    background-color: rgb(9 13 24 / 35%);
    padding: 24px;
    border-radius: 29px;
}
section.GL-promotional-banner .relative:has( img[ src *= 'ffd-9e63827c8b56' ]) {
    justify-content: start;
}
section.GL-promotional-banner .relative:has( img[ src *= 'ffd-9e63827c8b56' ]) p {
    padding-block: 1rem;
}
section.GL-promotional-banner .relative {
    padding: 0;
}

/* 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: 240px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:first-child {
    grid-row: 1/3;
    height: 100%;
}
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: 150px;
    }
    a.banner-entry:first-child {
        grid-row: unset;
        height: 310px;
    }
}
/* Categories List End */

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

/* footer */
div:has( > .social-gallery ) {
    display: none;
}
.store-footer .footer_logo_size {
    width: 160px;
}