/* 126.0 - mobiele CTA's consequent in Van Hameren-blauw
   Corrigeert legacy orange CTA-regels uit storefront-reference-102.css. */
@media (max-width: 760px){
  .vh-mobile-sticky-buy button:not(:disabled),
  .vh-buy-button:not(:disabled),
  .vh-primary-button:not(:disabled),
  button.vh-primary-button:not(:disabled),
  a.vh-primary-button{
    background:#008ACB!important;
    border-color:#008ACB!important;
    color:#fff!important;
    box-shadow:none!important;
  }

  .vh-mobile-sticky-buy button:not(:disabled):hover,
  .vh-mobile-sticky-buy button:not(:disabled):active,
  .vh-buy-button:not(:disabled):hover,
  .vh-buy-button:not(:disabled):active,
  .vh-primary-button:not(:disabled):hover,
  .vh-primary-button:not(:disabled):active,
  a.vh-primary-button:hover,
  a.vh-primary-button:active{
    background:#0079B4!important;
    border-color:#0079B4!important;
    color:#fff!important;
  }

  .vh-mobile-sticky-buy button:disabled,
  .vh-buy-button:disabled,
  .vh-primary-button:disabled{
    background:#d8e1e7!important;
    border-color:#d8e1e7!important;
    color:#80909a!important;
    opacity:1!important;
  }

  /* eventuele oude oranje focusring vervangen door merkblauw */
  .vh-mobile-sticky-buy button:focus-visible,
  .vh-buy-button:focus-visible,
  .vh-primary-button:focus-visible{
    outline:3px solid rgba(0,138,203,.22)!important;
    outline-offset:2px!important;
  }
}
