/*
Theme Name: Terracotta Clay
Version: 1.0.0
*/
:root{--ara-bg:#f8ebe4;--ara-fg:#4a3228;--ara-accent:#c4785a;}
body{background:var(--ara-bg)!important;color:var(--ara-fg)!important;}
.btn{background:var(--ara-accent)!important;color:#fff!important;}
.price{color:var(--ara-accent)!important;}

/* Header / footer theming */
.fe-header {
  background: color-mix(in srgb, var(--ara-bg) 90%, transparent) !important;
  border-bottom-color: color-mix(in srgb, var(--ara-fg) 10%, transparent) !important;
}
.fe-logo-mark { background: var(--ara-accent) !important; color: #fff !important; }
.fe-nav-list > li > a.is-active,
.fe-nav-list > li > a:hover {
  background: color-mix(in srgb, var(--ara-accent) 16%, transparent) !important;
  color: var(--ara-accent) !important;
}
.fe-footer {
  background: color-mix(in srgb, var(--ara-fg) 88%, var(--ara-accent)) !important;
  color: #f5f5f5 !important;
}
.fe-footer-wa { background: #25D366 !important; }
.fe-bottom-nav a.is-active { color: var(--ara-accent) !important; }
.fe-wa-btn { background: #25D366 !important; }

/* contrast-fix */
body, body.fe-v2 { color: #1a1a1a !important; }
.muted, .product-info .muted { color: #444 !important; }
.fe-nav a, .fe-header .fe-nav a { color: #1a1a1a !important; }
.fe-footer, .fe-footer a { color: #333 !important; }
