:root {
  --meyer-bordeaux: #8b001f;
  --meyer-bordeaux-dark: #5f0015;
  --meyer-gold: #b89b5e;
  --meyer-cream: #f7f3ea;
  --meyer-paper: #fffaf2;
  --meyer-text: #2b2522;
  --meyer-muted: #6f625c;
  --meyer-border: #e3d6bf;
}

/* Base premium claire */
body,
#wrapper {
  background: var(--meyer-cream) !important;
  color: var(--meyer-text) !important;
}

/* Header élégant */
#header,
.header-top,
.header-nav {
  background: #fffaf2 !important;
  color: var(--meyer-text) !important;
  border-bottom: 1px solid var(--meyer-border) !important;
}

#header a,
.header-top a,
.header-nav a {
  color: var(--meyer-text) !important;
}

#header a:hover {
  color: var(--meyer-bordeaux) !important;
}

/* Titres */
h1, h2, h3,
.products-section-title,
.page-title {
  color: var(--meyer-bordeaux-dark) !important;
  letter-spacing: .02em;
}

/* Liens */
a {
  color: var(--meyer-bordeaux) !important;
}

a:hover {
  color: var(--meyer-gold) !important;
}

/* Boutons */
.btn-primary,
.add-to-cart,
button.btn-primary {
  background: var(--meyer-bordeaux) !important;
  border-color: var(--meyer-bordeaux) !important;
  color: #fff !important;
  border-radius: 6px !important;
}

.btn-primary:hover,
.add-to-cart:hover {
  background: var(--meyer-bordeaux-dark) !important;
  border-color: var(--meyer-gold) !important;
}

/* Cartes produits */
.product-miniature,
.thumbnail-container,
.card {
  background: #fff !important;
  border: 1px solid var(--meyer-border) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 22px rgba(60, 35, 20, .08) !important;
}

.product-title a,
.product-name a {
  color: var(--meyer-bordeaux-dark) !important;
}

.price,
.product-price,
.current-price {
  color: var(--meyer-gold) !important;
  font-weight: 700 !important;
}

/* Images produits */
.product-thumbnail img,
.thumbnail-container img {
  background: #fff !important;
}

/* Breadcrumb */
.breadcrumb {
  background: #fff !important;
  border-bottom: 1px solid var(--meyer-border) !important;
}

.breadcrumb a {
  color: var(--meyer-bordeaux) !important;
}

/* Sidebar catégories */
#left-column,
.block-categories,
.category-tree,
.facets-container {
  background: transparent !important;
  color: var(--meyer-text) !important;
}

#left-column a {
  color: var(--meyer-muted) !important;
}

#left-column a:hover {
  color: var(--meyer-bordeaux) !important;
}

/* Fiche produit */
.product-information,
.product-actions,
.product-tabs,
.tabs,
.product-details {
  background: #fffaf2 !important;
  color: var(--meyer-text) !important;
  border-color: var(--meyer-border) !important;
}

.product-price,
.current-price-value {
  color: var(--meyer-bordeaux-dark) !important;
}

/* Formulaires */
.form-control,
input,
select,
textarea {
  background: #fff !important;
  color: var(--meyer-text) !important;
  border: 1px solid var(--meyer-border) !important;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--meyer-gold) !important;
  box-shadow: 0 0 0 .15rem rgba(184,155,94,.25) !important;
}

/* Footer */
#footer,
.footer-container {
  background: #211716 !important;
  color: var(--meyer-cream) !important;
  border-top: 3px solid var(--meyer-gold) !important;
}

#footer a,
.footer-container a {
  color: var(--meyer-cream) !important;
}

#footer a:hover,
.footer-container a:hover {
  color: var(--meyer-gold) !important;
}
