.moda-related-products {
  clear: both;
  width: 100%;
  margin: 54px auto 24px;
}

.moda-related-products__title {
  margin: 0 0 28px;
  color: #171717;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.moda-related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.moda-related-card {
  min-width: 0;
  margin: 0;
  background: #fff;
}

.moda-related-card__link,
.moda-related-card__link:hover,
.moda-related-card__link:focus {
  display: block;
  color: inherit;
  text-decoration: none;
}

.moda-related-card__image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.moda-related-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .28s ease;
}

.moda-related-card__link:hover .moda-related-card__image,
.moda-related-card__link:focus .moda-related-card__image {
  transform: scale(1.025);
}

.moda-related-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #f1eee8;
}

.moda-related-card__name {
  display: -webkit-box;
  overflow: hidden;
  min-height: 44px;
  margin: 15px 0 6px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.moda-related-card__price {
  margin: 0;
  color: #6d4b2b;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 991px) {
  .moda-related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }
}

@media (max-width: 575px) {
  .moda-related-products {
    margin-top: 42px;
  }

  .moda-related-products__title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .moda-related-products__grid {
    gap: 18px 10px;
  }

  .moda-related-card__name {
    min-height: 40px;
    margin-top: 11px;
    font-size: 14px;
  }

  .moda-related-card__price {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .moda-related-card__image {
    transition: none;
  }
}


/* v1.2.1 — remove the occasional cream box around related products */
.moda-related-products .moda-related-card,
.moda-related-products .moda-related-card__link,
.moda-related-products .moda-related-card__image-wrap,
.moda-related-products .moda-related-card__image {
  border: 0 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

.moda-related-products .moda-related-card {
  padding: 0 !important;
}

.moda-related-products .moda-related-card__image {
  mix-blend-mode: normal;
}
