.wc-related-next{
  margin-top: 50px;
}

.wc-related-next__title{
  font-size: 20px;
  margin-bottom: 30px; /* más separación abajo */
  text-align: left;
  font-weight: 600;
  color: #005795;
  text-transform: uppercase;
}

.wc-related-next__grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.wc-related-next__item{
  text-decoration: none;
  padding: 5px;;
}

.wc-related-next__item:hover{background:#6cb1e2;}
.wc-related-next__item:hover .wc-related-next__name{color:#ffffff}
.wc-related-next__item:hover .wc-related-next__cat{color:#ffffff}

.wc-related-next__img{
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  display: block;
}

.wc-related-next__img img{
  width: 100%;
  height: 100%;
  object-fit: contain; /* muestra la imagen completa */
  display: block;
}

.wc-related-next__name{
  margin-top: 10px;
  margin-bottom:0px !important;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px !important;
}

.wc-related-next__cat{
  font-size: 12px;
  color: #92C1E9;
  text-transform: uppercase;
  letter-spacing: .03em;
}
