/* 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 h1 {
    font-weight: bold;
}
@media (min-width: 1024px) {
    .NG-categories .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 900px;
        margin-inline: auto;
    }
}
@media (max-width: 1024px) {
    .card-back-overlay {
        display: none;
    }
}

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

/* Products */
.NG-products {
    margin-top: 3rem;
}
.NG-products .blocktitle {
    font-weight: bold;
}

/* footer */
.s-trust-badges-content p,
.s-trust-badges-content b {
    color: #fff;
}
.store-footer p strong {
    color: #fff
}