  :root{
    --brand-yellow:#ffc107;
    --brand-dark:#212529;
  }
  body{ font-family: Arial, sans-serif; }
  .navbar-brand img{ height:70px; }
  .nav-link{ font-weight:500; }
  .badge-cart{
    position:absolute; top:-6px; right:-10px;
  }
  /* Hero */
  .hero-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.55));
  }
  /* Cart box (home quick view) */
  .cart-summary{ position: sticky; top: 90px; background:#f8f9fa; padding:16px; border-radius:12px; border:1px solid #e9ecef; }
  .cart-empty{ color:#6c757d; font-style: italic; }
  /* Cards */
  .product-card{ border:1px solid #e9ecef; border-radius:12px; padding:16px; transition:.2s; height:100%; }
  .product-card:hover{ box-shadow:0 8px 24px rgba(0,0,0,.08); transform: translateY(-1px); }
  .news-card img{ border-top-left-radius: .75rem; border-top-right-radius:.75rem; }
  .promo-badge{
    background: var(--brand-yellow); color:#111; font-weight:700;
  }
  /* Links */
  .panier-link{ text-decoration:none; color:inherit; }
  .panier-link:hover{ color:var(--brand-yellow); }
  /* Countdown */
  .countdown{ font-variant-numeric: tabular-nums; font-weight:700; }
  @media (max-width: 991.98px){
    .cart-summary{ margin-top:1rem; }
  }

  /* ===== Surbrillance Bonjour {user} ===== */
  .greet-badge{
    background: var(--brand-yellow);
    color:#111;
    font-weight:700;
    padding:2px 10px;
    border-radius:999px; /* pastille */
    display:inline-block;
    line-height:1.2;
  }
  .nav-link .greet-badge{ margin-left:.35rem; }
