/* Correctif raisonnable : éviter la coupe footer sans créer un énorme vide */

html,
body{
  min-height:100%;
}

body{
  overflow-y:auto !important;
}

body .edo-produit-page{
  min-height:auto !important;
  height:auto !important;
  overflow:visible !important;
  padding-top:42px !important;
  padding-bottom:72px !important;
  margin-bottom:0 !important;
}

body .edo-produit-card{
  margin-bottom:36px !important;
}

body .edo-produit-retour{
  margin-bottom:18px !important;
}

body footer.site-footer,
body .site-footer,
body footer{
  position:relative !important;
  z-index:1 !important;
  clear:both !important;
  margin-top:24px !important;
}

/* Laptop bas : juste un peu plus d'air */
@media (min-width:769px) and (max-height:900px){
  body .edo-produit-page{
    padding-bottom:96px !important;
  }

  body .edo-produit-card{
    margin-bottom:44px !important;
  }

  body footer.site-footer,
  body .site-footer,
  body footer{
    margin-top:32px !important;
  }
}

/* Mobile : assez d'espace pour voir le bouton retour, mais pas énorme */
@media (max-width:768px){
  body .edo-produit-page{
    padding-bottom:130px !important;
  }

  body .edo-produit-card{
    margin-bottom:52px !important;
  }

  body .edo-produit-retour{
    margin-bottom:28px !important;
  }

  body footer.site-footer,
  body .site-footer,
  body footer{
    margin-top:36px !important;
  }
}
