:root{
  --bg-hero: #f2f7f3;
  --brand-dark: #222;
}

.bg-hero{ background: var(--bg-hero); }
.deal-card{ background:#fff; border:1px solid #eee; }
.price{ font-weight:600; }
.thumb{ width:64px; }
