/*
  EDOUARGOT
  Prix des cartes produits en vue mobile :
  - plus lisible ;
  - moins bas ;
  - plus d'espace avant "Voir le détail".
*/

@media (max-width: 767px) {
  html body .indexhaut-cards .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .edo-produits-zone .ih-price {
    margin-top: 6px !important;
    margin-bottom: 14px !important;

    font-size: clamp(1.08rem, 4.8vw, 1.24rem) !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;

    color: #F5C063 !important;
    -webkit-text-fill-color: #F5C063 !important;

    text-align: center !important;
    white-space: nowrap !important;

    display: block !important;
  }

  html body .indexhaut-cards .ih-price *,
  html body .indexhaut.edo-produits-accueil .ih-price *,
  html body .edo-produits-zone .ih-price * {
    color: #F5C063 !important;
    -webkit-text-fill-color: #F5C063 !important;
  }

  html body .indexhaut-cards .ih-euro-tangue,
  html body .indexhaut.edo-produits-accueil .ih-euro-tangue,
  html body .edo-produits-zone .ih-euro-tangue {
    display: inline-block !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

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

@media (max-width: 390px) {
  html body .indexhaut-cards .ih-price,
  html body .indexhaut.edo-produits-accueil .ih-price,
  html body .edo-produits-zone .ih-price {
    font-size: 1.08rem !important;
    margin-top: 5px !important;
    margin-bottom: 13px !important;
  }
}
