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

/* 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 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 600px;
    margin-inline: auto;
}
@media (min-width: 1024px) {
    .NG-categories .container {
        max-width: 94%;
    }
}
@media (max-width: 1024px) {
    .card-back-overlay {
        display: none;
    }
    .NG-categories .grid {
        max-width: 340px;
    }
}
@media (max-width: 576px) {
    .NG-categories .grid {
        max-width: 340px;
    }
    .NG-categories .card-inner {
        height: 190px;
    }
}

/* 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: 1fr 1fr;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 360px;
    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;
}
/* 2 */
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 520px;
}
@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 480px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 210px;
    }
    /* 2 */
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 300px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    a.banner-entry{
        height: 200px;
    }
}
/* Categories List End */

.sticky {
    max-height: 400px;
}