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


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

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 1rem;
}
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;
}
/* 2 */
section.s-block.s-block--photos-slider:has(img[ src *= '9f841c9d-50f3-4a53-98ca-d50399007c45' ]) {
    max-width: 1280px;
    margin-inline: auto;
}
section.s-block.s-block--photos-slider img {
    border-radius: 24px;
}

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

/* Main */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    transform: translateY(-70%);
}
.NG-hero-section-0 .button {
    background-color: #5f010d;
    border-color: #5f010d;
}
.section-wrapper::after {
    content: "";
    position: absolute;
    width: 770px;
    height: 244px;
    background-image: url('https://cdn.files.salla.network/homepage/1327822728/de102cd1-388d-40e9-952c-088473c3fcbf.webp');
    background-size: cover;
    bottom: 1rem;
    left: 2rem;
    z-index: 11;
}
@media (min-width: 1024px) {
    .NG-hero-section-0 p {
        display: none !important;
    }
    .NG-hero-section-0 h1 {
        max-width: 500px;
    }
}
@media (max-width: 1024px) {
    .section-wrapper::after {
        width: 470px;
        height: 144px;
    }
}
@media (max-width: 576px) {
    .section-wrapper::after {
        width: 260px;
        height: 84px;
        left: 1rem;
    }
}

/* cats */
@media (min-width: 1024px) {
    .NG-categories .lg\:grid-cols-4 {
        margin-top: 1rem;
    }
    .NG-categories .lg\:grid-cols-4 > div:first-child {
        grid-column: 2/3;
    }
}
@media (max-width: 640px) {
    .NG-categories .grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .NG-categories .card-inner {
        height: 210px;
    }
}

/* 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;
}
@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 225px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 200px;
    }
}
@media(max-width: 576px){
    a.banner-entry{
        height: 100px;
    }
}
/* Categories List End */

/* Categories List Start 2 */
section:nth-child(2 of .s-block.s-block--banners.container) {
    margin-top: 0;
}
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: 505px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-child(2 of .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){
  section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
      height: 425px;
  }
}
@media(max-width:768px){
  section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
      height: 300px;
  }
}
@media(max-width: 576px){
  section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
      height: 150px;
  }
}
/* Categories List End */

/* dot.sticky img */
.index .sticky img {
    object-fit: contain;
}
.index .sticky h2,
.index .sticky p {
    text-align: end;
    padding-left: 3rem;
}
@media (min-width: 768px) {
    .index .sticky h2,
    .index .sticky p {
        text-align: end;
        padding-left: 1rem;
    }
    .index .sticky img {
        margin-right: auto;
        width: fit-content;
    }
}

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


/** Edits **/
/* Hide Instagram Section - Footer */
div:has( > .social-gallery ) {
    display: none;
}
/* Spaces */
section.NG-testimonials,
section:has(.sticky) {
    margin-top: 3rem;
}
section.NG-hero-section,
section.NG-categories {
    margin-bottom: 2rem;
}