.section-compare {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fafafa),
    color-stop(30%, #fff)
  );
  background: -webkit-linear-gradient(top, #fafafa 0%, #fff 30%);
  background: linear-gradient(to bottom, #fafafa 0%, #fff 30%);
}

.section-compare .buy .button.hidden {
  opacity: 0;
  cursor: default;
}
