.button.hot {
  background: #d92d20;
  box-shadow: 0 8px 20px rgba(217, 45, 32, .22);
}

.button.hot:hover {
  background: #b42318;
}
