/* Add custom CSS styles below */ 
body {
    background: #F3E6D4 !important;
   
}
.store-footer {
    background: #efddc5 !important;
    color: #673423 !important;
}
.store-footer__inner{
    border-color: #673423 !important
}
.footer-links-bar + div {
  border-color: #673423 !important;
}
.product-entry{
    border: 1px solid #410e00;
    border-radius: 12px;
}
.content-wrap {
      padding: 0 10px;
}