body {
  background: #f8f3e8 !important;
  color: #2a2118 !important;
}

.site-header,
#masthead {
  background: #120f0a !important;
  color: #e8dcc4 !important;
}

.site-main,
#main,
main,
.site-content {
  background: #f8f3e8 !important;
  color: #2a2118 !important;
}

h1, h2, h3, h4,
.entry-title,
.page-title,
.woocommerce-products-header__title {
  color: #3a2414 !important;
  opacity: 1 !important;
}

p,
.woocommerce-result-count,
.product_meta,
.woocommerce-product-details__short-description {
  color: #5d4a35 !important;
  opacity: 1 !important;
}

ul.products li.product {
  background: #18120c !important;
  color: #eadcc2 !important;
  border-radius: 14px !important;
  padding: 14px !important;
}

ul.products li.product h2,
ul.products li.product .woocommerce-loop-product__title {
  color: #eadcc2 !important;
}

ul.products li.product .price {
  color: #d19a32 !important;
  font-weight: 700 !important;
}

ul.products li.product .button {
  background: #bd842e !important;
  color: #120f0a !important;
  border-radius: 999px !important;
  border: none !important;
}

.site-footer {
  background: #120f0a !important;
  color: #d8c7a8 !important;
  padding: 48px 24px !important;
}

.site-footer h3,
.site-footer .widget-title {
  color: #c6923d !important;
}

.site-footer a,
.site-footer p {
  color: #bfae90 !important;
  opacity: 1 !important;
}

.footer-widgets {
  max-width: 1100px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 36px !important;
}

@media (max-width: 768px) {
  .footer-widgets {
    grid-template-columns: 1fr !important;
  }

  ul.products {
    grid-template-columns: 1fr !important;
  }
}
