/* =========================
   Base Style
   ========================= */
.pd-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #26302b;
  background: #fff;
}

.pd-section {
  padding: 34px 0;
  margin: 0;
}

.pd-title {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 18px;
  color: #26302b;
  font-weight: 700;
}

.pd-subtitle {
  font-size: 15px;
  color: #6b746c;
  margin: 0 0 22px;
  line-height: 1.7;
}

.pd-text {
  font-size: 15px;
  line-height: 1.8;
  color: #4c554e;
  margin: 0 0 20px;
}

/* =========================
   1. Key Selling Points
   ========================= */
.pd-selling-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.pd-selling-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #4c554e;
}

.pd-selling-check {
  width: 22px;
  height: 22px;
  background: #627260;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.pd-selling-list strong {
  color: #26302b;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

.pd-selling-list span {
  color: #5f675f;
}

.pd-selling-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pd-selling-card {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #f4f2ee;
  border-radius: 12px;
}

.pd-selling-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   2. Product Overview
   ========================= */
.pd-subtitle-main {
  font-size: 20px;
  color: #26302b;
  margin: 0 0 14px;
  text-align: center;
  font-weight: 700;
}

.pd-center-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 16px;
  font-size: 14px;
  color: #6b746c;
  line-height: 1.7;
}

.pd-badge-row {
  text-align: center;
  margin-bottom: 24px;
}

.pd-badge {
  display: inline-block;
  background: #eef3ec;
  color: #627260;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 5px 8px 0;
}

.pd-overview-main {
  position: relative;
  height: 800px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #f4f2ee;
}

.pd-overview-main img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pd-overview-card {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #f4f2ee;
}

.pd-overview-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   3. Product Specifications
   ========================= */
.pd-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #fff;
}

.pd-parameter-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #26302b;
}

.pd-parameter-table th,
.pd-parameter-table td {
  border: 1px solid #e5e2dc;
  padding: 12px 16px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

.pd-parameter-table th {
  width: 220px;
  background: #f7f6f3;
  font-weight: 700;
  color: #26302b;
}

.pd-parameter-table td {
  background: #fff;
  color: #4c554e;
}

/* 去掉表格第一行的上边框 */
.pd-parameter-table .firstRow th,
.pd-parameter-table .firstRow td {
  border-top: none !important;
}

/* 防止领动 .inner 容器自带边框 */
.pd-table-wrap .inner {
  border: none !important;
}

/* =========================
   4. Core Fabric Features
   ========================= */
.pd-core-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 34px;
  align-items: center;
}

.pd-core-card {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #f4f2ee;
  border-radius: 10px;
}

.pd-core-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-feature-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #4c554e;
}

.pd-feature-list li::before {
  content: "√";
  position: absolute;
  left: 0;
  top: 0;
  color: #627260;
  font-weight: 700;
  font-size: 16px;
}

/* =========================
   5. Packaging Display
   ========================= */
.pd-packaging-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.pd-packaging-card {
  text-align: center;
  overflow: hidden;
  background: #f4f2ee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.pd-packaging-imgbox {
  position: relative;
  height: 210px;
  background: #f4f2ee;
  border-radius: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pd-packaging-imgbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.pd-packaging-card span {
  display: block;
  font-size: 13px;
  color: #4c554e;
  font-weight: 600;
  padding: 8px 0;
}

/* =========================
   6. Bulk Order & Custom
   ========================= */
.pd-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.pd-factory-card {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #f4f2ee;
  border-radius: 10px;
}

.pd-factory-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-custom-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #4c554e;
}

.pd-custom-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #627260;
  font-weight: 700;
}

.pd-custom-list strong {
  color: #26302b;
  font-weight: 700;
}

/* =========================
   7. Production Process
   ========================= */
.pd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 18px;
  align-items: stretch;
}

.pd-process-card {
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pd-process-imgbox {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f2ee;
  margin-bottom: 12px;
}

.pd-process-imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-process-no {
  width: 30px;
  height: 30px;
  background: #627260;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}

.pd-process-title {
  font-size: 16px;
  font-weight: 700;
  color: #26302b;
  margin: 0 0 6px;
  line-height: 1.35;
}

.pd-process-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #5f675f;
  margin: 0;
}

/* =========================
   8. Quality Certificates
   ========================= */
.pd-quality-section {
  background: #fbfaf7;
  padding: 42px 24px;
}

.pd-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 28px;
}

.pd-cert-card {
  background: transparent;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-cert-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* =========================
   9. Global Logistics
   ========================= */
.pd-logistics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.pd-logistics-content .pd-text {
  margin-bottom: 20px;
  color: #6b746c;
  font-size: 15px;
}

.pd-logistics-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.pd-logistics-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #627260;
  font-size: 20px;
}

.pd-logistics-text h4 {
  font-size: 15px;
  color: #26302b;
  margin: 0 0 4px;
  font-weight: 700;
}

.pd-logistics-text p {
  font-size: 13px;
  color: #5f675f;
  line-height: 1.5;
  margin: 0;
}

.pd-logistics-card {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #f4f2ee;
  border-radius: 10px;
}

.pd-logistics-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   10. FAQs
   ========================= */
.pd-faq-item {
  border-bottom: 1px solid #e5e2dc;
  padding: 16px 0;
}

.pd-faq-item h4 {
  font-size: 15px;
  color: #26302b;
  margin: 0 0 8px;
  font-weight: 700;
}

.pd-faq-item p {
  color: #6b746c;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* =========================
   11. CTA
   ========================= */
.pd-cta {
  background: #627260;
  color: #fff;
  text-align: center;
  padding: 38px 20px;
}

.pd-cta h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
}

.pd-cta p {
  margin: 0 0 22px;
  font-size: 15px;
  opacity: 0.9;
  line-height: 1.6;
}

.pd-cta a {
  display: inline-block;
  background: #fff;
  color: #627260;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 768px) {
  .pd-title {
    font-size: 24px;
  }
  .pd-selling-grid,
  .pd-overview-grid,
  .pd-packaging-grid,
  .pd-process-grid,
  .pd-cert-grid,
  .pd-logistics-grid,
  .pd-core-grid,
  .pd-grid-2 {
    grid-template-columns: 1fr;
  }
  .pd-cta h2 {
    font-size: 24px;
  }
}

/* =========================
   强制修复：覆盖领动富文本编辑器默认规则
   ========================= */
.prodDetail-editor-container .pd-selling-imgbox,
.prodDetail-editor-container .pd-overview-main-imgbox,
.prodDetail-editor-container .pd-overview-imgbox,
.prodDetail-editor-container .pd-core-imgbox,
.prodDetail-editor-container .pd-packaging-imgbox,
.prodDetail-editor-container .pd-factory-imgbox,
.prodDetail-editor-container .pd-process-imgbox,
.prodDetail-editor-container .pd-cert-imgbox,
.prodDetail-editor-container .pd-logistics-imgbox {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  background: #f4f2ee !important;
}

.prodDetail-editor-container .pd-selling-imgbox { height: 220px !important; border-radius: 12px !important; }
.prodDetail-editor-container .pd-overview-main-imgbox { height: 1000px !important; border-radius: 12px !important; }
.prodDetail-editor-container .pd-overview-imgbox { height: 200px !important; border-radius: 12px !important; }
.prodDetail-editor-container .pd-core-imgbox { height: 260px !important; border-radius: 10px !important; }
.prodDetail-editor-container .pd-packaging-imgbox { height: 210px !important; background: #f4f2ee !important; border-radius: 8px !important; margin-bottom: 8px !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.prodDetail-editor-container .pd-factory-imgbox { height: 300px !important; border-radius: 10px !important; }
.prodDetail-editor-container .pd-process-imgbox { height: 200px !important; border-radius: 8px !important; margin-bottom: 12px !important; }
.prodDetail-editor-container .pd-cert-imgbox { height: auto !important; min-height: 200px !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.prodDetail-editor-container .pd-logistics-imgbox { height: 300px !important; border-radius: 10px !important; }

/* 场景图：cover 填满（Selling / Overview / Core / Factory / Process / Logistics） */
.prodDetail-editor-container .pd-selling-imgbox img,
.prodDetail-editor-container .pd-selling-imgbox img.lazyloaded,
.prodDetail-editor-container .pd-overview-main-imgbox img,
.prodDetail-editor-container .pd-overview-main-imgbox img.lazyloaded,
.prodDetail-editor-container .pd-overview-imgbox img,
.prodDetail-editor-container .pd-overview-imgbox img.lazyloaded,
.prodDetail-editor-container .pd-core-imgbox img,
.prodDetail-editor-container .pd-core-imgbox img.lazyloaded,
.prodDetail-editor-container .pd-factory-imgbox img,
.prodDetail-editor-container .pd-factory-imgbox img.lazyloaded,
.prodDetail-editor-container .pd-process-imgbox img,
.prodDetail-editor-container .pd-process-imgbox img.lazyloaded,
.prodDetail-editor-container .pd-logistics-imgbox img,
.prodDetail-editor-container .pd-logistics-imgbox img.lazyloaded {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  max-height: none !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* 产品/证书图：contain 完整显示，flex 居中，缩放时不遮挡 */
.prodDetail-editor-container .pd-packaging-imgbox img,
.prodDetail-editor-container .pd-packaging-imgbox img.lazyloaded,
.prodDetail-editor-container .pd-cert-imgbox img,
.prodDetail-editor-container .pd-cert-imgbox img.lazyloaded {
  position: static !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}