/* Add custom CSS styles below */ 
[color-scheme="light"] {
    --header-background: #715937;
    --header-foreground: #d3ae79;
}
.index.bg-secondary {
    background-color: #ffffff;
  }

.index {
  section#E_slider_sec_0 {
    padding-top: 0;
  }
  .banner--fixed img {
    background: unset;
  }
  .s-block--hero-slider .swiper-slide {
    background: unset;
  }  
  .s-block--hero-slider .swiper-slide .swiper-lazy:after {
    background-color: unset;
  }
}
section#E_square_photos_sec_5 .f_image-one-fourth {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
section#E_square_photos_sec_9 .f_image-one-sixth {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
@media (min-width: 768px) {
section#E_square_photos_sec_9 .f_image-one-sixth {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
  section#E_slider_sec_7 .home-slider__content {
    justify-content: flex-end;
}
}
@media (max-width: 768px) {
  .index section#fixed_banner_sec_2 .banner--fixed img {
    content: url("https://i.ibb.co/R5jLdcM/image.png");
}
}

.store-footer, .store-footer__inner {
    background-color: #D3AE78;
}
.store-footer__inner .about-us-block .f_logo {
    content: url("https://cdn.files.salla.network/homepage/1909627768/030874a8-72e2-477b-a18b-99dff5a4fa09.webp");
    width: 6rem !important;
  /*  filter: brightness(0.5);*/
}
.store-footer__inner .about-us-block {
    background-color: #715937 ;
  color: #ffffff ;
}
.store-footer__inner .about-us-block .f_store-name {
    display: none;
}
section#E_square_photos_sec_6  .f_image-one-fourth {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}