@media only screen and (min-width: 992px) {
  .other-page
    .featured-collection__content
    li
    .productitem:hover
    .productitem--actions,
  .other-page .productgrid--items li .productitem:hover .productitem--actions {
    bottom: 5rem;
    transition: 0.3s ease;
  }
}
