.wj-product-order .wajah-order-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line, rgba(74, 55, 43, .14));
}

.wj-product-order .wajah-order-price > span {
  color: var(--muted, #746a63);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wj-product-order .wajah-order-price .price {
  color: var(--plum, #6d3d52);
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
}

.wj-product-order .wajah-order-price ins { text-decoration: none; }
.wj-product-order .wajah-order-price del { margin-right: 6px; color: #9a8f89; font-size: 13px; font-weight: 500; }

.wj-product-summary .wj-price > ins + del {
  margin-right: 0;
  margin-left: 8px;
}
