.ListProductItem {
  border: 1px solid var(--colorOutlines);
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.ListProductItem-image {
  position: relative;
  height: 12rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.ListProductItem-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ListProductItem-title {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.09;
  font-weight: 800;
}

.ListProductItem-manufacturer {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}

.ListProductItem-manufacturer a {
  text-decoration: underline;
  transition: var(--animationBase);
}

.ListProductItem-demand {
  color: var(--colorText);
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  gap: 0.5rem;
}

.ListProductItem-demand svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--colorBrand);
}

.ListProductItem-bottom {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin-top: auto;
}

/*# sourceMappingURL=list-product-item.min.css.map */
