/* Мини-корзина: узкие/высокие превью не растягивать по ширине контейнера */
.dropdown-product__item > .line-block > .line-block__item:first-child {
  align-self: flex-start;
}

.dropdown-product__item-image {
  flex-shrink: 0;
  overflow: hidden;
  justify-content: center;
}

.dropdown-product__item-image .thumb.flexbox {
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.dropdown-product__item-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
}
