.relatedOldPrice {
  color: var(--prueba, #828282);
  text-decoration: line-through;
  text-decoration-color: #0000004D;
  white-space: nowrap;
  text-wrap: nowrap;
}
.relatedProductViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  aspect-ratio: 155 / 211;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.meganutritionBadge{
  max-width: 70px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  object-fit: contain;
}