/*
  EDOUARGOT
  Titres produits .ih-title :
  - sans police Snailets ;
  - titre complet visible ;
  - pas de points de suspension ;
  - mobile arrangé avec une zone de titre propre.
*/

html body .ih-title,
html body .indexhaut-cards .ih-title,
html body .edo-produits-zone .ih-title,
html body .indexhaut.edo-produits-accueil .ih-title {
  font-family: Arial, Helvetica, sans-serif !important;

  font-size: clamp(1.05rem, 1.45vw, 1.22rem) !important;
  line-height: 1.22 !important;

  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;

  text-align: center !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

html body .ih-title *,
html body .indexhaut-cards .ih-title *,
html body .edo-produits-zone .ih-title *,
html body .indexhaut.edo-produits-accueil .ih-title * {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: none !important;
}

/*
  Mobile :
  titre complet visible, sans "...".
  On réserve 3 lignes pour garder les cartes plus régulières.
*/
@media (max-width: 767px) {
  html body .ih-title,
  html body .indexhaut-cards .ih-title,
  html body .edo-produits-zone .ih-title,
  html body .indexhaut.edo-produits-accueil .ih-title {
    display: block !important;

    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: unset !important;

    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;

    font-size: clamp(0.92rem, 3.75vw, 1.04rem) !important;
    line-height: 1.16 !important;
    font-weight: 850 !important;

    min-height: calc(1.16em * 3) !important;
    max-height: none !important;

    margin-top: 8px !important;
    margin-bottom: 8px !important;

    text-align: center !important;
  }

  html body .indexhaut-cards .ih-card,
  html body .edo-produits-zone .ih-card,
  html body .indexhaut.edo-produits-accueil .ih-card {
    display: flex !important;
    flex-direction: column !important;
  }

  html body .indexhaut-cards .ih-content,
  html body .edo-produits-zone .ih-content,
  html body .indexhaut.edo-produits-accueil .ih-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex: 1 1 auto !important;
  }

  html body .indexhaut-cards .ih-price,
  html body .edo-produits-zone .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price {
    margin-top: auto !important;
  }
}

@media (max-width: 380px) {
  html body .ih-title,
  html body .indexhaut-cards .ih-title,
  html body .edo-produits-zone .ih-title,
  html body .indexhaut.edo-produits-accueil .ih-title {
    font-size: 0.91rem !important;
    line-height: 1.15 !important;
    min-height: calc(1.15em * 3) !important;
  }
}
