.alsoitem-card {
  --image-h: 100px;
  --image-w: 100px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  user-select: none
}

.alsoitem-card.active {
  pointer-events: none
}

.alsoitem-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: visible;
  text-overflow: ellipsis;
  max-width: var(--image-w)
}

.active .alsoitem-card__title {
  color: var(--tgs-main-color);
  pointer-events: none
}

.alsoitem-card__title, .alsoitem-chip {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 8px;
}

.alsoitem-card__price {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #9c9c9c;
}

.alsoitem-card__picture {
  height: var(--image-h);
  margin: 0 auto 4px;
  overflow: hidden;
  position: relative;
  width: var(--image-w)
}

.alsoitem-card__plug-overlay {
  background-color: var(--tgs-white);
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.alsoitem-card__plug {
  background-color: var(--tgs-light);
  border-radius: 24px;
  color: var(--tgs-muted);
  height: 64px;
  margin: auto;
  width: 64px
}

.alsoitem-card__plug svg {
  fill: currentColor;
  height: 20px;
  width: 20px
}

.alsoitem-card__img {
  height: var(--image-h);
  object-fit: scale-down;
  object-position: center center;
  width: var(--image-w)
}

.alsoitem-menu__list {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: flex-start;

}

.alsoitem-menu {
    display: flex;
    margin: 16px 0 0;
    overflow-x: auto;
    scrollbar-width: none
}

.alsoitem-menu__item .a {
    color: #222222;
    text-decoration: none;
}
