/* Add custom CSS styles below */ 
.index .NG-header .navbar-brand.the-logo img:not(.fixed-header img),
.footer_logo_size img{
    filter: brightness(0) invert(1);
}
.footer_logo_size img {
    content: url("https://cdn.files.salla.network/homepage/796021444/91728111-fd5c-48a9-aec5-b20562fca360.webp");
}


.NG-hero-section .swiper.s-slider-container .swiper-slide:not(:first-child) {
display:none;
}

.NG-categories .swiper-wrapper {
    justify-content: center;
}
.NG-categories .card {
    padding: 0.5rem !important;
}

.left-img-wrapper.absolute{
    width: fit-content;
}
.NG-hero-section .line-through {
    display: none;
}
@media (max-width: 767px) {
  .left-img-wrapper.absolute {
    position: relative;
    order: 1;
}
  .NG-main-banner .text-wrapper {
    text-align: center;
    align-items: center;
}
 .NG-main-banner .text-wrapper h1 {
    max-width: fit-content !important;
}
 .GL-promotional-banner .relative.overflow-hidden.items-center.text-center {
    height: 42vh  !important;
}

  .NG-categories .card-back-overlay {
    opacity: 0;
}
}