.eshopCategoryHeaderBar {
}

.eshopCategoryHeaderBar_title {
  font-size: 150%;
  cursor: pointer;
}
.eshopCategoryHeaderBar_description {
  margin: 4px 0 8px;
  font-size: 87.5%;
  font-weight: 300;
}




.item.item-eshopCategory {
  vertical-align: top;
  margin: 0;
}
.eshopCategory {
  padding: 0px;
  text-align: left;
  margin: 16px 0;
  line-height: var(--def-line-height);
  padding: 6px;
  vertical-align: top;
}
.eshopCategory_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 120%;
  line-height: var(--def-line-height);
}
.eshopCategory_thumbnail {
  position: relative;
  margin: 8px auto;
  transition: 0.5s transform;
}
.item:hover .eshopCategory_thumbnail {
  transform: scale(1.02);
}
.eshopCategory_description {
  font-weight: 300;
  height: 40px;
}

.thumbnail-eshopCategory {
  padding-bottom: 75%;
}
.thumbnail-eshopCategory img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eshopCategory_onSaleBox {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3em;
  background-color: red;
  color: white;
}
.thumbnail_wrapper .eshopCategory_onSaleBox {
  font-size: 14px;
}
