/* Header */
.NG-header .navbar-brand.the-logo img {
    height: 7rem;
}
.mm-ocd--open {
    background: rgb(255 255 255 / 46%);
}
.mega-header-image {
  display: none;
}

/* Common */
section h2 {
    text-align: center;
}
section .text-start:has(h1) {
    margin: 3rem auto 0;
}

/* Main */
.NG-hero-section .s-slider-thumbs {
    bottom: 5%;
    left: 0;
    width: 45%;
}
.NG-hero-section .wrapper {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    margin: 0 !important;
    text-align: center;
    align-items: center;
}
@media (min-width: 1024px) {
    .NG-hero-section .wrapper h1 {
        font-size: 60px;
        max-width: 600px;
    }
    .NG-hero-section .wrapper p {
        max-width: 650px;
        font-size: 24px;
        line-height: 2.5rem;
    }
}

/* cats 1 */
.NG-categories h1,
.NG-categories p {
    text-align: center;
}
.NG-categories [data-sal="fade"] p {
    max-width: 400px;
    margin-inline: auto;
}
.NG-categories salla-slider {
    margin-top: 3rem;
}
.NG-categories .card-back-overlay {
    display: none;
}
@media (min-width: 1024px) {
    .NG-categories .lg\:grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .NG-categories .card-inner {
        height: 480px;
    }
}

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

/* Categories List Start */
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: 300px;
    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: 225px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 200px;
    }
}
@media(max-width: 576px){
    a.banner-entry{
        height: 100px;
    }
}
/* Categories List End */

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

/* NG-marquee-banner */
section.NG-marquee-banner article:last-child .marquee-wrapper span {
    color: #fff !important;
}

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

/* Main Banner 2 */
@media (min-width: 1280px) {
  section:nth-child(2 of .NG-hero-section) .section-wrapper {
      max-width: 1280px;
      padding-inline: 0.5rem;
      margin-inline: auto;
  }
}

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