.product-detail__highlights {
  position: relative;
}

.product-detail__highlights_title {
  font-weight: 600;
  margin-bottom: 30px;
  color: rgb(var(--color-text));
}

.product-detail__highlights_content {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: var(--hl-row-gap);
  margin-bottom: 20px;
}