.vtex-store-components-3-x-resultsList {
  max-height: 60vh;
}
.vtex-store-components-3-x-resultsList a,
.vtex-store-components-3-x-resultsList div {
  text-decoration: none;
  color: #727273;
}
.vtex-store-components-3-x-resultsList a:hover {
  background-color: #f2f4f5;
}
.vtex-store-components-3-x-resultsItemImage {
  width: 50px;
}
@media only screen and (max-width: 49rem) {
  .vtex-store-components-3-x-resultsList {
    margin: 0;
    max-height: calc(100vh - 6.2rem);
  }
}
