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

/* First Banner Start */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
padding:0 !important;
}
section:first-of-type.s-block.s-block--photos-slider{
margin-top:0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
img,
.banner-entry {
  background-color: unset !important;
}
/* First Banner End */

/* CATS */
section.NG-categories {
    margin-top: 2rem;
}
section.NG-categories h1,
section.NG-categories p {
    text-align: center;
}
@media (max-width: 768px) {
    .NG-categories .card-inner {
        height: 208px;
    }
    .card-back-overlay {
        display: none;
    }
    section.NG-categories .grid > div:first-child {
        grid-column: unset;
    }
    section.NG-categories .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* sticky */
.sticky {
    max-height: 400px;
}

/* 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: 500px;
    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: 250px;
}
}
@media(max-width: 576px){
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
a.banner-entry{
    height: 290px;
}
}
/* Categories List End */

/* NG-products */
section.NG-products {
    margin-block: 3%;
}

/* Products Start */
salla-add-product-button button {
    background-color: var(--color-primary);
    color: #fff !important;
}
@media (width < 768px) {
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
}
@media (min-width:1024px){
    #my-product_category-3 .grid{
        grid-template-columns: repeat(3, 320px) !important;
        justify-content: center;
    }
}
@media (min-width:1024px){
    section[id^="my-product_category"] .grid{
        grid-template-columns: repeat(3, minmax(280px,340px)) !important;
        justify-content: center !important;
    }
}
@media (min-width:1024px){
    .grid.grid-cols-3.md\:grid-cols-3.lg\:grid-cols-4{
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }
}

/* Products End */