/* Correctif détail produit : ciel0.mov visible derrière la fiche */

body .edo-produit-page{
  background: transparent !important;
}

body .edo-produit-page::before,
body .edo-produit-page::after{
  content: none !important;
  display: none !important;
}

body .edo-produit-card{
  background: rgba(255,255,255,.78) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(245,192,99,.45) !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.16) !important;
}

body .edo-produit-image-wrap{
  background: rgba(255,255,255,.72) !important;
}

body .edo-commande-box{
  background: rgba(255,248,232,.82) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body .edo-produit-bon{
  background: rgba(255,248,232,.78) !important;
}
