/* HERO bandeau rouge (charte 4Shop) */
.shop-hero {
  width: 100%;
  background: linear-gradient(135deg, #D90429, #FF6B6B);
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


.shop-hero h1 {
  margin-top: 0; /* empêche le collapse */
}
.shop-hero p:last-child {
  margin-bottom: 0; /* idem en bas */
}


/* Section présentation (parallèle à recyclage-section) */
.shop-section {
  background-color: #fff6f6; /* très léger rose */
  border-radius: 12px;
  padding: 60px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.logo-shop {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.img-feature {
  border-radius: 12px;
}

/* Titres / couleurs cohérentes avec 4Eneco */
.text-shop { color: #D90429; }   /* rouge 4Shop */
.text-navy { color: #013759; }   /* bleu profond commun */

/* Boutons */
.btn-boutique {
  background-color: #D90429;
  color: #fff;
  border: none;
}
.btn-boutique:hover {
  background-color: #b30321;
  color: #fff;
}

/* Cartes */
.card {
  border-radius: 12px;
}
