lord-icon.flex.m-auto {
    --lord-icon-primary: #000 !important;
    --lord-icon-secondary: #fff !important;
    --lord-icon-primary-base: #000 !important;
    --lord-icon-secondary-base: #fff !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 100%;
}

body#app {
  background-color: white;
}
.banner--fixed img {
  background-color: rgb(255 255 255);
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: white;
}
.s-product-card-content-title a:hover {
    color: white;
}
@media (min-width: 1024px) {
  ul.main-menu {
    color: white;
  }
.flex.AN-contain.flex-col.md\:flex-row.w-full.items-center.justify-center.overflow-hidden.bg-no-repeat.bg-cover.bg-center.relative.swiper-slide.swiper-slide-visible.swiper-slide-active {
    background-size: contain;
}
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 30px;
    margin-top: 113px;
}
@media (min-width: 1024px) {
  .AN-MAINBANER .AN-contain {
    height: 95vh !important;
  }
}
@media (max-width: 767px) {
  .AN-MAINBANER .AN-contain {
    height: 30vh !important;
  }
}
div#mainnav {
    background-color: #A2AF95;
}