/* 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%);
}
[dir=rtl] .NG-hero-section .wrapper h1 {
    max-width: 700px;
}
[dir=rtl] .NG-hero-section .wrapper p {
    display: none !important;
} */


/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* cats 1 */
.NG-categories .grid {
    margin-top: 2rem;
}
.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: 100% !important;
    margin: 0 !important;
}
.NG-categories .card-inner {
    height: clamp(7.188rem, 2.692rem + 16.183vw, 20.875rem);
}
@media (min-width: 1280px) {
    .NG-categories .container {
        max-width: 1600px;
    }
}
@media (min-width: 1024px) {
    .NG-categories .grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    .NG-categories .card-inner {
        height: clamp(7.188rem, 99.692rem + 16.183vw, 20.875rem);
    }
    .NG-categories .card-back-overlay {
        display: none;
    }
}
@media (max-width: 768px) {
    .NG-categories .card-inner {
        height: clamp(7.188rem, 9rem + 16.183vw, 20.875rem);
    }
}
@media (max-width: 576px) {
    .NG-categories .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .NG-categories .card-inner {
        height: clamp(7.188rem, 9rem + 16.183vw, 20.875rem);
    }
}

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

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

/* Testimonial */
div.testimonial.swiper-slide-next {
    background-color: #fef6f2
}

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