/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 4rem;
    width: auto;
    max-width: 100px;
}

body {
    background-color: #93B890;
}

.s-product-card-price {color: #93B890;
}

.s-cart-summary-total {color: #93B890;
}

.header-btn__icon {
  border-color: #93B890;
    border-color: #93B890;
    color: #93B890;
    color: #93B890;
}

.mm-spn.mm-spn--navbar ul {
    color: #FBFBFA;
}

.mm-spn ul.mm-spn--open {
  background-color: #93B890;
}

.mm-spn ul {
  background-color: #FBFBFA;
}

.s-block__title h2 {
  color: #FBFBFA;
}

.s-block__display-all {color: #FBFBFA;
}

.s-product-card-horizontal .s-product-card-content-title a {color: #93B890;
}

.store-footer a {color: #93B890;
}

.leading-6 {color:  #93B890;
}
.text-gray-800 {color: #FBFBFA;
}

.s-reviews-header {color: #FBFBFA;
}

.store-footer h3 {color:  #93B890;
}

.bg-inherit{
  background-color:#FDFDF6;
}

.s-product-card-vertical{
  background-color:#FDFDF6;
}

.s-block--features__item{
  background-color:#FDFDF6;
  }
  
  .s-reviews-testimonial{
    background-color:#FDFDF6;
  }
  
  .footer-is-light .store-footer .store-footer__inner{
    background-color:#FDFDF6;
    border-radius: 50px 50px 0px 0px;
  }
  
  .text-center{
    background-color:#FDFDF6;
  }
  
  .footer-is-light .store-footer{
    background-color:#FDFDF6;
    border-radius: 20px 20px 0px 0px;
  }

.header-btn__icon.cart::before {
    content: "\f030"; /* Unicode for the cart icon in Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; /* Required for solid icons */
}