.bundle-card__image {
  width: 192px;
  min-width: 192px;
  height: 228px;
}
.bundle-card__content {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 160px;
  right: 0;
  z-index: 1;
}
.bundle-card__title {
  max-height: 42px;
  font-weight: 700;
  line-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rtl .bundle-card .bundle-card__content {
  left: 0;
  right: 160px;
}
