.product-page__right .product-information {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-page__right .product-information > .product-description {
  font-size: 15px;
  line-height: 1.55;
  color: #4a5a4a;
  margin: 0 0 14px;
  padding: 0;
  max-width: 640px;
}

.product-page__right .product-information > .product-description p:last-child {
  margin-bottom: 0;
}

.product-page__right .product-prices,
.product-page__right .product-information > div.current-price,
.product-page__right .product-information > div[class*="price"] {
  padding: 12px 0;
  margin: 0 0 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.product-page__right .product-customization,
.product-page__right .product-actions {
  margin: 14px 0 0;
}

.product-page__right .product-customization:first-of-type {
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.tabs {
  margin-top: 24px;
}

.tabs .nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.tabs .nav-tabs .nav-link,
.tabs .nav-tabs .nav-item .nav-link {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #4a5a4a;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: color 0.2s ease, border-color 0.25s ease;
  position: relative;
}

.tabs .nav-tabs .nav-link:hover,
.tabs .nav-tabs .nav-item .nav-link:hover {
  color: #506e50;
  border-bottom-color: rgba(80, 110, 80, 0.35) !important;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-item .nav-link.active {
  color: #1a2a1a !important;
  border-bottom-color: #506e50 !important;
  background: transparent !important;
}

.tabs .tab-content {
  padding: 20px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #3C3C3C;
}

.tabs .tab-content > .tab-pane {
  padding: 0;
}

.tabs .tab-content h2,
.tabs .tab-content h3,
.tabs .tab-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a2a1a;
  margin: 18px 0 8px;
  letter-spacing: -0.005em;
}

.tabs .tab-content h2:first-child,
.tabs .tab-content h3:first-child,
.tabs .tab-content h4:first-child {
  margin-top: 0;
}

.tabs .tab-content p {
  margin-bottom: 10px;
}

.tabs .tab-content p:last-child {
  margin-bottom: 0;
}

.tabs .tab-content ul,
.tabs .tab-content ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

.tabs .tab-content li {
  margin-bottom: 4px;
}

.product-features {
  margin-top: 6px;
}

.product-features .data-sheet,
.product-features dl.data-sheet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
}

.product-features .data-sheet dt,
.product-features .data-sheet dd,
.product-features dl.data-sheet dt,
.product-features dl.data-sheet dd {
  padding: 8px 12px;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
}

.product-features .data-sheet dt,
.product-features dl.data-sheet dt {
  font-weight: 600;
  color: #1a2a1a;
  background: rgba(80, 110, 80, 0.04);
}

.product-features .data-sheet dd,
.product-features dl.data-sheet dd {
  color: #4a5a4a;
}

.product-page__right .addtocartprice,
.product-page__right [class*="current-price"] {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.kln-compare-models {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 10px 18px;
  border: 1.5px solid rgba(80, 110, 80, 0.4);
  border-radius: 999px;
  background: transparent;
  color: #506e50;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

.kln-compare-models:hover,
.kln-compare-models:focus-visible {
  background-color: #506e50;
  border-color: #506e50;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(80, 110, 80, 0.22);
  outline: none;
}

.kln-compare-models__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.kln-compare-models__icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .kln-compare-models {
    width: 100%;
    justify-content: center;
    padding: 11px 18px;
    font-size: 13px;
    margin-bottom: 12px;
  }

  .product-page__right .product-information > .product-description {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-page__right .product-prices,
  .product-page__right .product-information > div[class*="price"] {
    padding: 10px 0;
    margin-bottom: 12px;
  }

  .product-page__right .product-customization,
  .product-page__right .product-actions {
    margin-top: 12px;
  }

  .tabs {
    margin-top: 18px;
  }

  .tabs .nav-tabs .nav-link {
    padding: 9px 12px;
    font-size: 13px;
  }

  .tabs .tab-content {
    padding: 14px 0 0;
    font-size: 14px;
  }

  .tabs .tab-content h2,
  .tabs .tab-content h3,
  .tabs .tab-content h4 {
    margin: 14px 0 6px;
    font-size: 15px;
  }

  .product-features .data-sheet,
  .product-features dl.data-sheet {
    grid-template-columns: 1fr;
  }

  .product-features .data-sheet dt,
  .product-features dl.data-sheet dt {
    border-bottom: none;
    padding-bottom: 2px;
  }
}
