/* Root */
:root {
    --color-background: #fff;
}

/* Header */
.store-header {
    position: relative;
    z-index: 111;
    width: 100%;
}
.store-header .inner {
    background-color: transparent;
}
#mainnav,
#mainnav .the-logo {
    height: unset !important;
}
#mainnav .inner {
    padding-block: 0.8rem;
}
.NG-header .navbar-brand.the-logo img {
    height: 5.5rem;
}
.mm-ocd--open {
    background: rgb(255 255 255 / 46%);
}
.main-menu > li > a > span {
    color: #fff;
}
.store-header #mainnav i {
    color: #fff !important;
}


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

/* Main Banner */
.NG-hero-section .wrapper {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    max-width: 500px;
    margin: 0 !important;
    align-items: center;
    text-align: center;
    z-index: 11;
}
section.NG-hero-section .button {
    color: #fff !important;
    font-size: 20px;
}
/* Overlay */
section.NG-hero-section .banner-wrapper {
    position: relative;
}
section.NG-hero-section .banner-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000055;
}
@media (max-width: 576px) {
    .NG-hero-section .wrapper {
        width: 300px;
    }
    .NG-hero-section .wrapper h1 {
        line-height: 3rem;
    }
}

/* 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;
}
.NG-categories .swiper-wrapper {
    justify-content: center;
}
.NG-categories .card {
    width: 300px !important;
}
@media (max-width: 576px) {
    .NG-categories .card {
        width: 130px !important;
    }
}

/* Categories List Start */
section:nth-child(1 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry {
    height: 300px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry:hover {
    transform: scale(1.04)
}
section:nth-child(1 of .s-block.s-block--banners.container) .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry:last-child {
    grid-column: 1/3;
    height: 500px;
}
/* 2 */
section:nth-child(2 of .s-block.s-block--banners.container) {
    margin-bottom: 5rem;
}
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 550px;
    background-color:unset;
    transition: 0.2s;
}
@media(min-width:768px) and (max-width:1200px){
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
        height: 280px;
    }
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry:last-child {
        height: 455px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 460px;
        background-color:unset;
        transition: 0.2s;
    }
}
@media(max-width:768px){
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
        height: 180px;
    }
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry:last-child {
        height: 300px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 460px;
        background-color:unset;
        transition: 0.2s;
    }
}
@media(max-width: 576px){
    section:nth-child(1 of .s-block.s-block--banners.container) .grid {
        gap: 0.25rem;
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
        height: 200px;
    }
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry:last-child {
        height: 150px;
        grid-column: unset;
    }
    /* 2 */
    section:nth-child(2 of .s-block.s-block--banners.container) .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 300px;
        background-color:unset;
        transition: 0.2s;
    }
}
/* Categories List End */

/* Products */
.NG-products {
    margin-top: 3rem;
}
.sticky > img {
    padding-inline: 3rem;
}