.product-property__item {
  border-bottom: 1px dashed #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0; }

.product-property__label {
  background: var(--default-white-color);
  border-bottom: 1px solid var(--default--white-color);
  position: relative;
  top: 1px;
  padding-right: calc(var(--space) / 4);
  color: #989898;
  font-size: 18px;
  line-height: var(--default-line-height); }

.product-property__value {
  background: var(--default-white-color);
  border-bottom: 1px solid var(--default--white-color);
  position: relative;
  top: 1px;
  padding-left: calc(var(--space) / 4);
  color: var(--default-color);
  font-size: 18px;
  line-height: var(--default-line-height);
  text-align: right; }
