.productParams .systemTable__th--name,
.productParams .systemTable__th--value,
.productParams .systemTable__td--name,
.productParams .systemTable__td--value {
  width: 50%;
}
.productParams .systemTable__th,
.productParams .systemTable__td {
  min-height: 3.5rem;
  height: auto;
}
.productParams .systemTable__data {
  white-space: normal;
}
.productParams .systemTable__th:not(.-noSeparator):not(:first-child) {
  padding-left: 1.875rem;
}
.productParams .systemTable__th--name,
.productParams .systemTable__td--name {
  justify-content: flex-end;
  text-align: right;
  padding-right: 1.875rem;
}
.productParams .systemTable__th--value,
.productParams .systemTable__td--value {
  padding-left: 1.875rem;
}
.productParams .systemTable__table--even_row_dark .systemTable__body .productParams__extraParams--odd .systemTable__row:nth-child(even) {
  background-color: transparent;
}
.productParams .systemTable__table--even_row_dark .systemTable__body .productParams__extraParams--odd .systemTable__row:nth-child(odd) {
  background-color: var(--color-background);
}
.productParams .systemTable__table--even_row_dark .systemTable__body .productParams__extraParams--even .systemTable__row:nth-child(odd) {
  background-color: transparent;
}
.productParams .systemTable__table--even_row_dark .systemTable__body .productParams__extraParams--even .systemTable__row:nth-child(even) {
  background-color: var(--color-background);
}

.productParams__extraParamsToggle {
  margin-top: 1.5625rem;
}

@media (min-width: 768px) {
  .productParams {
    padding-bottom: 2.8125rem;
  }
  .productParams .systemTable__th--name,
  .productParams .systemTable__td--name {
    padding-right: 3.75rem;
  }
  .productParams .systemTable__th--value,
  .productParams .systemTable__td--value {
    padding-left: 3.75rem;
  }
  .productParams .systemTable__th:not(.-noSeparator):not(:first-child) {
    padding-left: 3.75rem;
  }
  .productParams--smallPaddings .systemTable__th--name,
  .productParams--smallPaddings .systemTable__td--name {
    padding-right: 1.875rem;
  }
  .productParams--smallPaddings .systemTable__th--value,
  .productParams--smallPaddings .systemTable__td--value {
    padding-left: 1.875rem;
  }
  .productParams--smallPaddings .systemTable__th:not(.-noSeparator):not(:first-child) {
    padding-left: 1.875rem;
  }
}
.section_key--product_params .systemTable__row--body:first-child {
  border-top: 1px solid var(--color-border);
}

.productParams .systemTable__th, .productParams .systemTable__td {
  min-height: 3.125rem;
}

@media (min-width: 768px) {
  .productParams .systemTable__table .systemTable__head {
    display: none;
  }
}
@media (max-width: 767px) {
  .section_key--product_params {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/*# sourceMappingURL=product_params.css.map */