.product-discounts {
    display: none !important;
}

.nvz-tramos-front {
  color: #26323a;
  margin: 18px 0;
  max-width: 100%;
}

.nvz-tramos-title {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  font-size: 0.98rem;
  line-height: 1.25;
  margin-bottom: 10px;
  white-space: nowrap;
}

.nvz-minimum-label {
  color: #265f6d;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
}

.nvz-tramos-title span::after {
  color: #6f7b82;
  content: " -";
}

.nvz-tramos-toggle {
  background: transparent;
  border: 0;
  color: #4aa3df;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
  text-decoration: underline;
}

.nvz-tramos-table-wrap {
  overflow-x: visible;
  width: 100%;
}

.nvz-tramos-table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.92rem;
  table-layout: fixed;
  width: 100%;
}

.nvz-tramos-table thead th {
  background: #193d4c;
  color: #fff;
  font-weight: 700;
  padding: 10px 12px;
  text-align: left;
}

.nvz-tramos-table thead th:first-child {
  border-top-left-radius: 8px;
  width: 34%;
}

.nvz-tramos-table thead th:nth-child(2) {
  width: 22%;
}

.nvz-tramos-table thead th:nth-child(3) {
  width: 18%;
}

.nvz-tramos-table thead th:last-child {
  border-top-right-radius: 8px;
  width: 26%;
}

.nvz-tramos-row {
  cursor: pointer;
}

.nvz-tramos-row td {
  border-bottom: 1px solid #d8dde0;
  padding: 10px 12px;
  vertical-align: middle;
  word-break: normal;
}

.nvz-tramos-row:hover,
.nvz-tramos-row-selected {
  background: #e9eef1;
}

.nvz-tramos-row-disabled {
  color: #9aa4aa;
  cursor: not-allowed;
  opacity: 0.65;
}

.nvz-tramos-row-disabled:hover {
  background: transparent;
}

.nvz-tramos-discount {
  color: #64c96b;
  font-weight: 600;
}

.nvz-tramos-collapsed .nvz-tramos-table-wrap {
  display: none;
}

@media (max-width: 575px) {
  .nvz-tramos-title {
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.9rem;
    white-space: normal;
  }

  .nvz-tramos-title span::after {
    content: "";
  }

  .nvz-tramos-table {
    font-size: 0.82rem;
  }

  .nvz-tramos-table thead th,
  .nvz-tramos-row td {
    padding: 8px 6px;
  }
}
