.product-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.product-page .breadcrumbs,
.product-page .main-content,
.product-page #footer {
  width: 100%;
}

.product-page .main-content {
  flex: 1 0 auto;
  padding-bottom: 84px;
}

.product-page #footer {
  flex: 0 0 auto;
  margin-top: auto;
}

.product-page .specifications-section {
  margin-top: 82px;
  padding-top: 58px;
  border-top: 1px solid #dfe4e7;
}

.product-page .specifications-section > .section-title {
  margin: 0 0 30px;
  color: #111920;
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-align: left;
}

.product-page .specifications-table {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-page .specifications-table-wrapper {
  width: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  border: 1px solid #dfe4e7;
  border-radius: 4px;
  box-shadow: none;
  scrollbar-gutter: stable;
}

.product-page .specifications-scroll-note {
  display: none;
}

.product-page .specs-table {
  width: 100%;
  min-width: 880px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #202a31;
  background: #fff;
  font-size: 14px;
}

.product-page .specs-table col.spec-col-number {
  width: 72px;
}

.product-page .specs-table col.spec-col-name {
  width: 34%;
}

.product-page .specs-table col.spec-col-method {
  width: 24%;
}

.product-page .specs-table thead,
.product-page .specs-table thead tr {
  color: #fff;
  background: #172129;
}

.product-page .specs-table thead tr + tr {
  background: #233039;
}

.product-page .specs-table th,
.product-page .specs-table td {
  padding: 15px 16px;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  border-right: 1px solid #dfe4e7;
  border-bottom: 1px solid #dfe4e7;
}

.product-page .specs-table th {
  color: #fff;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.product-page .specs-table td {
  color: #334049;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.48;
}

.product-page .specs-table th:last-child,
.product-page .specs-table td:last-child {
  border-right: 0;
}

.product-page .specs-table tbody tr,
.product-page .specs-table tbody tr:hover {
  background: #fff;
}

.product-page .specs-table tbody tr:nth-child(even),
.product-page .specs-table tbody tr:nth-child(even):hover {
  background: #f6f8f9;
}

.product-page .specs-table tbody tr:last-child td {
  border-bottom: 0;
}

.product-page .specs-table .spec-number {
  text-align: center;
  color: #6b767e;
  font-weight: 700;
}

@media (max-width: 768px) {
  .product-page .main-content {
    padding-bottom: 68px;
  }

  .product-page .specifications-section {
    margin-top: 62px;
    padding-top: 44px;
  }

  .product-page .specifications-section > .section-title {
    font-size: 28px;
  }

  .product-page .specifications-table-wrapper {
    border-radius: 3px;
  }

  .product-page .specifications-scroll-note {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #66727c;
    font-size: 12px;
    font-weight: 600;
  }

  .product-page .specifications-scroll-note span {
    color: #e9554d;
    font-size: 18px;
  }

  .product-page .specs-table {
    min-width: 760px;
  }

  .product-page .specs-table th,
  .product-page .specs-table td {
    padding: 12px;
    font-size: 13px;
  }
}
