/*
  EDOUARGOT - produit.php
  Commander devient un titre simple, pas un bouton.
*/

html body .edo-commande-box .edo-commande-pulse,
html body .edo-commande-pulse {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 auto 14px auto !important;
  padding: 0 0 9px 0 !important;

  color: #330705 !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(1.25rem, 3.8vw, 1.55rem) !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  letter-spacing: 0.01em !important;

  cursor: default !important;
  pointer-events: none !important;

  animation: none !important;
  transform: none !important;
  transition: none !important;
}

html body .edo-commande-box .edo-commande-pulse::before {
  display: none !important;
  content: none !important;
}

html body .edo-commande-box .edo-commande-pulse::after,
html body .edo-commande-pulse::after {
  content: "" !important;

  display: block !important;

  width: min(180px, 58%) !important;
  height: 3px !important;

  margin: 8px auto 0 auto !important;

  background: #F5C063 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  animation: none !important;
  transform: none !important;
}

html body .edo-commande-box:hover .edo-commande-pulse,
html body .edo-commande-box:focus-within .edo-commande-pulse,
html body .edo-commande-pulse:hover,
html body .edo-commande-pulse:focus {
  color: #330705 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: default !important;
  transform: none !important;
}

@media (max-width: 760px) {
  html body .edo-commande-box .edo-commande-pulse,
  html body .edo-commande-pulse {
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    font-size: 1.35rem !important;
  }

  html body .edo-commande-box .edo-commande-pulse::after,
  html body .edo-commande-pulse::after {
    width: min(160px, 64%) !important;
    height: 3px !important;
    margin-top: 7px !important;
  }
}
