/* Header */

div#mainnav *{
    color:black !important; 
}
#mainnav,
#mainnav .the-logo {
    height: unset !important;
}
.NG-header .navbar-brand.the-logo img {
    height: 6rem;
}
.mm-ocd--open {
    background: rgb(255 255 255 / 46%);
}
.backdrop-blur-sm {
    backdrop-filter: unset;
}
@media (max-width: 768px) {
    .NG-header .navbar-brand.the-logo img {
        height: 5rem;
    }
}

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

/* NG-hero-section */
.NG-hero-section .wrapper {
    top: 50%;
    left: 20%;
    right: unset;
    max-width: 520px;
    margin: 0 !important;
    transform: translateY(-50%);
}
.NG-hero-section p {
    font-size: 28px;
    font-weight: 400;
}
.NG-hero-section-0 .button {
    color: #111;
    border-color: #111;
    font-weight: 500;
}
.NG-hero-section-0 .button:hover {
    background-color: unset;
    opacity: 0.7;
}
@media (max-width: 1024px) {
    .NG-hero-section .wrapper {
        max-width: 340px;
        left: 5%;
    }
    .NG-hero-section-0 .banner-wrapper-1 {
        background-position: 55%;
    }
}
@media (max-width: 576px) {
    .NG-hero-section .wrapper {
        max-width: 340px;
        left: 5%;
    }
    .NG-hero-section .wrapper {
        max-width: 200px;
        left: 0%;
    }
    .NG-hero-section .subtext-bottom {
        margin-right: 0 !important;
        font-size: 12px !important;
        left: 0;
        max-width: 200px;
        left: 12%;
        right: unset ;
    }
    .NG-hero-section .subtext-bottom p {
        font-size: 20px;
    }
}

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

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

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