:root {
  --tf-primary: #CD3D1C;
  --tf-secondary: #000000;
  --tf-accent: #CD3D1C;
  --tf-bg: #FFFFFF;
  --tf-text: #000000;
  --tf-radius: 8px;
  --tf-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  --tf-header-h: 72px;
  --tf-section-space: 3rem;
  --tf-font-heading: Poppins, system-ui, sans-serif;
  --tf-font-body: Roboto, system-ui, sans-serif;
}
body { background: #fff; color: var(--tf-text); font-family: var(--tf-font-body); }
.tf-header { background: var(--tf-secondary); }
.tf-footer { background: var(--tf-secondary); }
.tf-logo, .tf-section-title, .tf-hero__title, .tf-editorial__title { font-family: var(--tf-font-heading); }
.tf-product-card { border-radius: var(--tf-radius); box-shadow: var(--tf-shadow); }

.tf-product-card{background:#fff}

.tf-header, .tf-footer { background: #fff !important; color: #000; box-shadow: none; }
.tf-header { border-bottom: 1px solid #d9d9d9; }
.tf-header .tf-logo { color: #000; font-weight: 700; letter-spacing: -0.02em; }
.tf-header a, .tf-header .tf-cart { color: #000; }
.tf-announcement { display: none; }
.tf-cart__count { background: #cd3d1c; color: #fff; }

