.section-recommended-product .block-product-list > li {
  display: flex;
  min-width: 0;
}

.section-recommended-product .block-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.section-recommended-product .block-product-card__layer-image-wrapper {
  width: 100%;
  padding: 0;
}

.section-recommended-product .block-product-card__image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid rgb(18 18 18 / 8%);
  border-radius: 10px;
  background: #f4f5f6;
}

.section-recommended-product .block-product-card__image-wrapper > .block-product-card__image {
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}

.section-recommended-product .intersush-recommended-price-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
  min-height: 40px;
}

.section-recommended-product .intersush-recommended-price-row .block-product-price {
  flex: 1 1 auto;
  min-width: 0;
}

.section-recommended-product .intersush-recommended-price-row .product-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 2px;
}

.section-recommended-product .intersush-recommended-badge-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 36px;
  margin-block-start: auto;
}

.section-recommended-product .intersush-recommended-badge-row .block-product-card__discount-tag,
.section-recommended-product .intersush-recommended-badge-row .block-product-card__sold-out {
  position: static;
  margin-inline-start: 0;
  padding: 7px 11px;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 18%);
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

.section-recommended-product .block-product-card-info {
  flex: 1 1 auto;
}

.section-recommended-product .block-product-title span {
  min-block-size: 2lh;
  -webkit-line-clamp: 2;
}

.section-recommended-product .block-product-buy-button-wrapper {
  margin-block-start: 4px;
}

.section-recommended-product .block-product-card__description {
  display: none !important;
}

.section-recommended-product .product-price__sale {
  color: #d92d20;
  font-size: 20px;
  line-height: 1.25;
}

.section-recommended-product .product-price__origin {
  font-size: 14px;
  line-height: 1.25;
}

.section-recommended-product .block-product-price {
  min-height: 28px;
}

@media (max-width: 749px) {
  .section-recommended-product .block-product-list {
    --mobile-columns: 2 !important;
    --mobile-gap-columns: 2 !important;
  }

  .section-recommended-product .block-product-list > li {
    min-width: 0;
  }

  .section-recommended-product .intersush-recommended-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 2px;
    min-height: 44px;
  }

  .section-recommended-product .intersush-recommended-price-row .block-product-price {
    width: 100%;
    min-width: 0;
  }

  .section-recommended-product .intersush-recommended-price-row .product-price {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    white-space: nowrap;
  }

  .section-recommended-product .product-price__item,
  .section-recommended-product .product-price__sale,
  .section-recommended-product .product-price__origin {
    word-break: normal;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .section-recommended-product .intersush-recommended-badge-row {
    min-height: 34px;
    padding-block-start: 4px;
  }

  .section-recommended-product .intersush-recommended-badge-row .block-product-card__discount-tag,
  .section-recommended-product .intersush-recommended-badge-row .block-product-card__sold-out {
    justify-self: end;
    margin-inline-start: 0;
    padding: 6px 8px;
    font-size: 13px;
  }

  .section-recommended-product .product-price__sale {
    font-size: 18px;
  }

  .section-recommended-product .product-price__origin {
    font-size: 13px;
  }
}
