.recently-viewed-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 800;
  line-height: 17.07px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: -2px;
  text-transform: uppercase;
}

.recently-viewed-title h3 {
  font-size: 10px;
}

.mobile-only {
  display: none;
  margin-top: 15px;
}
#recently-viewed-container-sup {
  display: none;
}
#recently-viewed-container .tile-body{
  padding: 0;
  margin-top: 10px;
}


#recently-viewed-container .tile-product{
  margin-top: -5px;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}