/* Header */
#mainnav,
#mainnav .the-logo {
    height: unset !important;
}
.NG-header .navbar-brand.the-logo img {
    height: 3rem;
}
.mm-ocd--open {
    background: rgb(255 255 255 / 46%);
}

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

/* Landing Page 1 */

@media(min-width:992px){
.NG-hero-section .wrapper {
    top: 50%;
    margin-right: 0;
    max-width: fit-content;
}

}
.NG-hero-section-0 .button {
    background-color: #000;
    border: 0;
}

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

/* 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: 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: 225px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 200px;
    }
  .NG-header .navbar-brand.the-logo img {
    height: 1.5rem;
}

      footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

}
@media(max-width: 576px){
    a.banner-entry{
        height: 200px;
    }
}
/* Categories List End */

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

/* section.NG-main-banner */
section.NG-marquee-banner {
    margin-top: 2rem;
}
section.NG-main-banner h1[aria-label="blocktitle"] {
    color: #fff;
}

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