#itemInfo {
  display: none;
}

.pageNavi__item__thumb {
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  align-items: center;
}
.pageNavi__item__thumb .essence {
  position: absolute;
  left: 2%;
  bottom: 2%;
  width: 50%;
}
.pageNavi__item__thumb .essence img {
  width: 100%;
  height: auto;
}

.productItem__thumb {
  align-self: flex-start;
}
.productItem__thumb .essence {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 33%;
}
.productItem__thumb .essence img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=essential.css.map */