@media screen and (max-width: 600px) {
  .item-list-image {
    width: 100px;
    flex-shrink: 0;
  }

  .item-description {
    width: 100%;
  }

  .item-category {
    margin: 0;
    margin-bottom: 8px;
  }

}