.innerShadow {
  -webkit-box-shadow: inset -25px 115px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px -25px 115px rgba(0, 0, 0, 0.4);
}

.thumbStore {
  position: absolute;
  left: 0px;
  top: -105px;
  width: 140px;
  height: 140px;
}

.thumbStore img {
  max-width: 100%;
  max-height: 100%;
}

.titleStore {
  position: absolute;
  top: -65px;
  left: -20px;
}

@media (max-width: 1025px) {
  .titleStore {
    top: -120px;
  }
}
/*# sourceMappingURL=search.css.map */