body#app {
  background-color: white;
}
.banner--fixed img {
  background-color: rgb(255 255 255);
}
@media (min-width: 1024px) {
  .md\:left-\[13\%\] {
    left: 11%;
    top: -25%;
  }
}
.s-product-card-content-title a {
 color:white;
 }
 .s-product-card-price {
    color: white;
}
ul.main-menu.mm-spn--open {
    color: white;
}
.sub-menu.w-56 {
    color: #006225;
}
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;
}
@media (max-width: 767px) {
  .md\:left-\[13\%\] {
    top: -15%;
  }
.flex.flex-col.md\:flex-row-reverse.justify-between.items-center {
    height: 270px;
}
}
.s-product-card-content {
    background-color: #006225;
}
    .mm-spn.mm-spn--light {
        background: #006225;
    }