/* CATALOG ON HOME
=================================================*/
.homeCatalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.homeCatalog__item {
  text-decoration: none;
  width: 272px;
  margin-right: 16px;
}
.homeCatalog__item:hover .homeCatalog__title {
  color: #9954b0;
}
.homeCatalog__item:hover img {
  box-shadow: 4px 7px 16px rgba(128,126,132,0.24);
}
.homeCatalog__img {
  width: 272px;
  height: 200px;
  display: block;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/mobile/img/placeholder.svg");
}
.homeCatalog__img__placeholder {
  background-color: #eee;
  background-size: 40% auto;
}
.homeCatalog__img:hover {
  box-shadow: 4px 7px 16px rgba(128,126,132,0.24);
}
.homeCatalog__title {
  color: #753889;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  max-height: 72px;
  overflow: hidden;
  margin: 16px 0;
}

/*# sourceMappingURL=../maps/component/catalogHome.css.map */
