/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');
body *:not(i, svg) {
	font-family: "Zain", sans-serif !important;
}

/* BG */
.app-inner {
  background-color: #FFF4ED;
}

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

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

/* Main Banner */
.subtext-bottom {
  display: none !important;
}
/* 1 */
section:nth-child(1 of .NG-hero-section) .wrapper {
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    margin: 0;
    left: 0;
    right: unset;
}
section:nth-child(1 of .NG-hero-section) .wrapper h1 {
    max-width: 700px;
    font-size: 60px;
}
section:nth-child(1 of .NG-hero-section) .wrapper p {
    display: none !important;
}
section.NG-hero-section .button {
    font-size: 22px;
    padding: 1rem 2rem;
}
/* 2 */
section:nth-child(2 of .NG-hero-section) .wrapper {
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    margin: 0;
    right: 10%;
    left: unset;
}
section:nth-child(2 of .NG-hero-section) .wrapper h1 {
    max-width: 700px;
    font-size: 60px;
}
section:nth-child(2 of .NG-hero-section) .wrapper p {
    display: none !important;
}
/* 3 */
section:nth-child(3 of .NG-hero-section) .wrapper {
    top: 50%;
    transform: translateY(-50%);
    width: 550px;
    margin: 0;
    left: 2rem;
    right: unset;
}
section:nth-child(3 of .NG-hero-section) .wrapper h1 {
    max-width: 700px;
    font-size: 60px;
}
section:nth-child(3 of .NG-hero-section) .wrapper p {
    display: none !important;
}
@media (max-width: 576px) {
    /* 1 */
    section:nth-child(1 of .NG-hero-section) .wrapper h1 {
        font-size: 30px;
    }
    section.NG-hero-section .button {
        font-size: 17px;
        padding: 0.5rem 1rem;
    }
    section:nth-child(1 of .NG-hero-section) .wrapper {
        width: 220px;
        top: 60%;
    }
    /* 2 */
    section:nth-child(2 of .NG-hero-section) .wrapper h1 {
        font-size: 26px;
    }
    section.NG-hero-section .button {
        font-size: 17px;
        padding: 0.5rem 1rem;
    }
    section:nth-child(2 of .NG-hero-section) .wrapper {
        width: 220px;
        right: 1rem;
    }
    /* 3 */
    section:nth-child(3 of .NG-hero-section) .wrapper {
        width: 220px;
        left: 0.5rem;
    }
    section:nth-child(3 of .NG-hero-section) .wrapper h1 {
        font-size: 24px;
    }
}

/* cats */
.NG-categories h1,
.NG-categories p {
    text-align: center;
}
.NG-categories [data-sal="fade"] p {
    max-width: 600px;
    margin-inline: auto;
}
.NG-categories salla-slider {
    margin-top: 3rem;
}
.NG-categories .swiper-wrapper {
    justify-content: center;
    gap: 2rem;
}
.NG-categories .card {
    width: 100% !important;
    margin: 0 !important;
}
.NG-categories .grid {
    margin-top: 1rem;
}
@media (min-width: 1024px) {
    .NG-categories .grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        /* gap: 2rem !important; */
    }
    .NG-categories .grid > div:first-child {
        grid-column: 2/3;
    }
}
@media (max-width: 768px) {
    section.NG-marquee-banner .gap-6 {
        gap: 0.25rem;
    }
    section.NG-marquee-banner img {
        object-fit: contain;
    }
    .NG-categories-1 .card-inner {
        height: 300px;
    }
}
@media (max-width: 576px) {
    section.NG-marquee-banner .gap-6 {
        gap: 0.25rem;
    }
    section.NG-marquee-banner img {
        object-fit: contain;
    }
    .NG-categories-1 .card-inner {
        height: 200px;
    }
}

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

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

/* footer */
div:has( > .social-gallery ) {
    display: none;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: #fff4ed;
}
.store-footer .footer_logo_size {
    width: 160px;
    height: unset;
}

.product-single  .sidebar img.w-full {
    object-fit: cover;
}
.product-single .single__test .swiper-autoheight .swiper-wrapper,.product-single .single__test salla-slider.details-slider .s-slider-container {
    height: max(23.4375rem, min(39vw, 37.625rem)) !important;
}