.pp-title {
  font-size: 28px;
  color: #33519f;
  margin-right: 5px;
}

.ref {
  text-transform: uppercase;
  font-size: 14px;
  color: #949494;
}

.pp-qte-hint {
  margin: 2px 0;
  font-size: 13px;
}

.pp-tiers {
  margin-bottom: 1.25rem;
}

.pp-tier-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.pp-tier-table th,
.pp-tier-table td {
  padding: 0.4rem 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.pp-tier-table th {
  background: #f3f4f6;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}

.pp-tier-table tbody tr:last-child td {
  border-bottom: none;
}

.pp-tier-table tbody tr:hover td {
  background: #f9fafb;
}

.pp-block-title {
  font-size: 16px;
  width: 110px;
  flex-shrink: 0;
  margin-right: 5px;
}

.select--single-option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  pointer-events: none;
}

.label-variation {
  padding: 0.5rem 1rem 0.5rem 0rem;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(0, 0, 0, 0);
  font-size: 17px;
  color: #33519f;
}

.reassurance-product {
  background-color: #c5c5c5;
  padding: 21px;
  border-radius: 14px;
  margin-top: 15px;
  color: #fff;
  a {
    color: #33519f;
  }
}

.ico-page-product {
  width: 25px;
  margin-right: 15px;
}

.pp-tabs-wrap {
  box-shadow: 0 2px 6px 0 #d4d4d4;
  margin: 30px 0px;
}

.pp-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  border-bottom: 2px solid #e5e7eb;
  overflow-x: auto;
  scrollbar-width: none;
}

.pp-tabs::-webkit-scrollbar {
  display: none;
}

.pp-tab {
  background: none;
  border: none;
  padding: 0.6rem 1.1rem;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  text-align: center;
  transition:
    color 0.15s,
    border-color 0.15s;
  width: 100%;
}

.pp-tab.is-active,
.pp-tab:hover {
  color: #1e2d5e;
  border-bottom: 4px solid #33519f;
  font-weight: bold;
}

.pp-tab-panel {
  display: none;
  padding: 40px;
  .pp-prose {
    line-height: 1.5;
  }
}

.pp-tab-panel.is-active {
  display: block;
}

.pp-prose {
  line-height: 1.75;
  color: #374151;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  border-collapse: collapse;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #dee2e6;
}

.table > thead {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table > thead th {
  font-weight: 600;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(0, 0, 0, 0.03);
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
  border-color: #dee2e6;
}

.qty__btn {
  width: 40px;
  height: 44px;
  border: none;
  background: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #374151;
}
