.relatedOldPrice {
    text-decoration-color: var(--base);
    text-decoration-thickness: 1px;
    font-size: 14px;
    opacity: 30%;
    color: var(--base);
}

h2.relatedProductViewName {
    min-height: 40px;
}
.relatedProductViewBottom {
    padding: 12px 12px;
    box-sizing: border-box;
}
.relatedProductHeader {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  grid-template-columns: 1fr 10px 10px;
}