.section-recommended-product-wrapper {
  background-color: rgb(var(--color-background));
}

/* Avoid flashing an empty heading when SHOPLINE has no recommendations. */
.section-recommended-product-wrapper.is-loading,
.section-recommended-product-wrapper[hidden] {
  display: none !important;
}

/* Massicos: editorial native recommendations with a compact visual hierarchy. */
.section-recommended-product .block-heading {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin-inline: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px !important;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.section-recommended-product .block-product-card__title {
  min-height: 2.55em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.28;
}

.section-recommended-product .block-product-card__price .product-price {
  font-size: 12.5px;
}

.section-recommended-product .block-product-card__price s,
.section-recommended-product .block-product-card__price del {
  color: #8a837d;
  font-size: 11px;
  font-weight: 400;
}

.section-recommended-product .block-heading::after {
  position: absolute;
  z-index: -1;
  inset-inline: -12px;
  inset-block-end: 0;
  height: 42%;
  content: "";
  background: #e8f2ef;
}

@media (max-width: 959px) {
  .section-recommended-product .block-heading {
    font-size: 15px !important;
  }

  .section-recommended-product .block-product-card__title {
    font-size: 11.5px;
  }

  .section-recommended-product .block-product-card__price .product-price {
    font-size: 12px;
  }
}
