.product-page {
  margin-bottom: 50px;
}

.pp-title {
  font-size: 28px;
  color: #4accd4;
  margin-right: 5px;
}

.pp-price {
  font-size: 16px;
  font-weight: 700;
  color: #cf035c;
  margin-bottom: 16px;
}

.ref {
  font-size: 14px;
  font-weight: bold;
}

.pp-qte-hint {
  margin: 10px 0;
}

.pp-qte-error {
  margin: 10px 0;
  color: #4accd4;
  font-weight: bold;
}

.pp-prix-ht {
  gap: 0.4rem;
}

.pp-tiers {
  margin: 20px 0;
  overflow-x: auto;
}

.pp-tiers .pp-block-title,
.pp-variations .pp-block-title {
  margin-bottom: 0.5rem;
  width: auto;
  white-space: nowrap;
}

.pp-tier-table {
  width: auto;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.pp-tier-table th,
.pp-tier-table td {
  padding: 8px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
}

.pp-tier-table th {
  background: #f3f4f6;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #6b7280;
}

.pp-tier-table tbody tr:last-child th,
.pp-tier-table tbody tr:last-child td {
  border-bottom: none;
}

.pp-tier-table tbody tr:first-child td {
  font-weight: 600;
}

.pp-block-title {
  flex-shrink: 0;
  margin-right: 5px;
  width: 70px;
}

.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;
  font-weight: bold;
}

.pp-add-btn {
  width: 100%;
}

.pp-unit-price {
  color: black;
  font-size: 17px;
}

.reassurance-product {
  background-color: #c5c5c5;
  padding: 21px;
  border-radius: 14px;
  margin-top: 15px;
  color: #fff;
  a {
    color: #4accd4;
  }
}

.ico-page-product {
  width: 25px;
  margin-right: 10px;
}

.pp-tab.is-active,
.pp-tab:hover {
  color: #1e2d5e;
  border-bottom: 4px solid #4accd4;
}

.qty__btn {
  width: 40px;
  height: 44px;
  border: none;
  background: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #374151;
}

.pp-print-btn {
  background-color: #8e8d8d;
  border: #8e8d8d;
}
