.header__nav .main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.header__nav .main-nav > li {
  float: none !important;
  margin: 0 10px;
}

.lan-row{display:grid!important;grid-template-columns:320px 1fr!important;align-items:center!important}
.lan-row img{width:100%!important;height:auto!important;max-width:320px!important;border-radius:12px}
.lan-row{
  display:grid!important;
  grid-template-columns:320px 1fr!important; /* image fixe à 320px + texte à droite */
  align-items:center!important;              /* centre verticalement le texte */
  gap:28px!important;
}

.lan-row img{
  width:100%!important;
  height:auto!important;
  max-width:320px!important;                 /* limite la taille de l’image */
  border-radius:12px!important;
}
.lan-card__badge{
  color: #ffffff !important; /* texte blanc */
}
<style>
/* Cache les titres automatiques des fiches cadeau */
.product-description h2,
.product-description h3,
.product-description h4 {
    display:none !important;
}

/* Cache les petites lignes / séparateurs */
.product-description hr,
.product-description .separator,
.product-description .line,
.product-content hr {
    display:none !important;
}
</style>