/* 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%);
}
#mainnav .the-logo {
    background-color: #000000;
    padding: 0.5rem !important;
    min-width: unset !important;
    max-width: unset !important;
    width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
    height: unset !important;
}
/* body.index .the-logo {
    display: none;
} */
@media (min-width: 1536px) {
    .NG-header .main-menu {
        gap: 2rem;
        padding-block: 1rem;
        row-gap: 24px;
    }
}
@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 */
@media (Min-width: 768px) {
    .NG-hero-section .wrapper {
        margin: 0 !important;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        width: fit-content;
        align-items: center;
    }
}

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

/* 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;
}
section.s-block.s-block--banners.container .banner-entry:last-child {
    grid-column: 1/3;
    height: 500px;
}
@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 225px;
    }
    section.s-block.s-block--banners.container .banner-entry:last-child {
        height: 400px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 200px;
    }
    section.s-block.s-block--banners.container .banner-entry:last-child {
        height: 300px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        gap: 6px;
    }
    a.banner-entry{
        height: 100px;
    }
    section.s-block.s-block--banners.container .banner-entry:last-child {
        height: 150px;
    }
}
/* Categories List End */

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

/* GL-promotional-banner */
.GL-promotional-banner a.btn-swap {
    background-color: transparent !important;
}
.sticky img {
    object-fit: contain;
}

/* footer */
div:has( > .social-gallery ) {
    display: none;
}
.store-footer__inner {
    background-color: #fff;
}
.store-footer__inner div:has( > img.w-full.h-full ) {
    width: unset !important;
}
.store-footer__inner img.w-full.h-full {
    background-color: #000000;
    width: 110px;
    max-width: 110px;
    height: 110px;
}
@media (max-width: 992px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
}