a.disabled {
  pointer-events: none;
  cursor: pointer;
}

.recommandations-products__header h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.recommandations-products__header h2 a {
  -webkit-transition: opacity 0.2s ease-in-out 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out 0.3s ease-in-out;
  text-decoration: none;
}
.recommandations-products__header h2 a:hover, .recommandations-products__header h2 a:focus {
  opacity: 0.8;
}

/*# sourceMappingURL=recommendationsHeading.css.map*/