.featured-recommend-products {
  background-color: rgb(var(--color-background));
}

@media (min-width: 960px) {
  .featured-recommend-products__group {
    overflow: hidden;
  }
}

.featured-recommend-products__list {
  width: 100%;
}

.featured-recommend-products__image-wrapper {
  position: relative;
  overflow: hidden;
}

.featured-recommend-products__image-wrapper--show-line::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  display: block;
  width: 90%;
  height: 95%;
  content: "";
  border-block-end: 1px solid #fff;
  border-inline-start: 1px solid #fff;
}

.featured-recommend-products__image,
.featured-recommend-products__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--image-object-fit);
}

.featured-recommend-products__image-placeholder {
  background-color: rgb(var(--color-image-background));
}
