body {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.product-reviews {
  opacity: 0;
  transition: opacity .25s ease-in-out 2s;
}
