/* Add custom CSS styles below */ 

.main-nav-container,
.footer-is-light .store-footer .store-footer__inner{
  background: #c7a29b;
}

.s-product-card-content{
    background: #c7a29b;
}

body {
    background-color: #d4b5af !important;
}

*,:after,:before{
    border: 0 solid #444970;
}
.header-btn__icon,.s-contacts-icon{
  border-color: #444970;
  background: #444970; 
  color: #c7a29b;
}
.s-contacts-icon svg {
 fill: #c7a29b ;
}
.store-footer .s-social-list a {
    background: #444970; 
    span {
      color: #c7a29b;
    }
}