/** Shopify CDN: Minification failed

Line 18:29 Expected identifier but found whitespace
Line 18:31 Unexpected "{"
Line 18:40 Expected ":"
Line 18:77 Expected ":"
Line 19:31 Expected identifier but found whitespace
Line 19:33 Unexpected "{"
Line 19:42 Expected ":"

**/
/* 产品对比表格样式 - Flex布局版本 */
.product-comparison {
  background-color: #fff;
  width: 100%;
}
:root {
    --mobile-title-font-size: {{ section.settings.mobile_title_font_size }}px;
    --mobile-title-line-height: {{ section.settings.mobile_title_line_height }};
  }
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;

}

.comparison-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 3rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Flex容器 */
.comparison-flex-container {
  display: flex;
  border-radius: 12px;
  position: relative;
}
.comparison-flex-container .competitor-column:last-child{
    border-radius: 0 12px 12px 0;
}

/* 特性名称列 */
.features-column {
  flex: 0 0 40%;
  background-color: rgb(227 227 227 / 20%);
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  border-radius: 12px 0 0 12px;
}

.feature-header {
  height: 80px;
  background-color: transparent;
  border-bottom: 1px solid #e0ddd8;
}
.feature-header:empty{
  display:block;
}
.feature-row {
  padding: 2rem 2rem;
  text-align: left;
  font-weight: 600;
  color: #2c2c2c;
  border-bottom: 1px solid #e0ddd8;
  display: flex;
  align-items: center;
  min-height: 80px;
}

.feature-row:last-child {
  border-bottom: none;
}

/* 我们的产品列 */
.our-product-column {
  flex: 0 0 25%;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  border-radius: 12px;
  border:solid 2px  #95D6ABFF;
  align-self: stretch;
  min-height: calc(100% + 40px);
  transform: scale(1.1);
  margin: 0 15px;
}

.our-product-header {
  padding: 2.5rem 1.5rem;
  background: linear-gradient(135deg,rgb(168, 235, 193), #95D6ABFF);
  text-align: center;
  font-weight: 700;
   border-radius: 12px 12px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.our-product-header .product-name {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: white;
}

.our-product-header .product-logo {
  max-height: 60px;
  width: auto;
}

.product-badge {
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
}

.badge-icon {
  max-height: 40px;
  width: auto;
}

.our-product-row {
  padding: 2rem 1.5rem;
  text-align: center;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.our-product-row:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

/* 竞争对手列 */
.competitor-column {
  flex: 0 0 35%;
  background-color:rgb(227 227 227 / 20%);
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.competitor-header {
  padding: 2rem 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #2c2c2c;
  border-bottom: 1px solid #e0ddd8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.competitor-header .product-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c2c2c;
}

.competitor-header .product-logo {
  max-height: 50px;
  width: auto;
}

.competitor-row {
  padding: 2rem 1.5rem;
  text-align: center;
  color: #2c2c2c;
  border-bottom: 1px solid #e0ddd8;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.competitor-row:last-child {
  border-bottom: none;
}

/* 图标样式 */
.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #22c55e;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
}

.cross-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: bold;
}

/* 浮动列中的图标样式 */
.our-product-row .check-icon {
  background-color: #22c55e;
  color: white;
}

.our-product-row .cross-icon {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.custom-text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #2c2c2c;
  font-weight: 500;
}

/* 浮动列中的文本样式 */
.our-product-row .custom-text {
  font-weight: 600;
}

.text-number {
  font-weight: 700;
  color: #22c55e;
}

.text-slash {
  color: #2c2c2c;
  margin: 0 2px;
}

.text-unit {
  font-weight: 500;
  color: #6b7280;
}

/* 浮动列中的数字和单位样式 */
.our-product-row .text-number {
  color: white;
  font-weight: 800;
}

.our-product-row .text-slash {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 2px;
}

.our-product-row .text-unit {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.feature-image {
  max-width: 80px;
  max-height: 40px;
  width: auto;
  height: auto;
  border-radius: 4px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .our-product-column{
    margin: 0 12px;
  }

}
@media (max-width: 768px) {
 .feature-row{
  font-size:14px!important;
 }
  .comparison-title {
    font-size: var(--mobile-title-font-size, 2rem) !important;
    line-height: var(--mobile-title-line-height, 1.3) !important;
    margin-bottom: 2rem;
  }
  
  .container {
    padding: 0 10px;
    overflow-x: auto; /* 横向滚动 */
    overflow-y: hiddle; /* 移除竖向滚动 */
    -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
     padding-bottom:40px;
  }

  .comparison-flex-container {
    flex-direction: row; /* 保持水平排列 */
    min-width: 800px; /* 设置最小宽度 */
    width: max-content; /* 让容器适应内容宽度 */
    height: auto; /* 确保高度自适应 */
  }

.features-column {
  flex: 0 0 35%; /* 调整宽度 */
  min-width: 220px; /* 增加最小宽度 */
  height: auto; /* 确保高度自适应 */
}

.our-product-column {
  flex: 0 0 30%; /* 调整宽度 */
  min-width: 180px; /* 增加最小宽度 */
  margin: -10px 0; /* 减少margin */
  height: auto; /* 确保高度自适应 */
}

.competitor-column {
  flex: 0 0 35%; /* 调整宽度 */
  min-width: 220px; /* 增加最小宽度 */
  height: auto; /* 确保高度自适应 */
}

  .feature-row,
  .our-product-row,
  .competitor-row {
    padding: 1.2rem 1rem;
    min-height: 60px;
    font-size: 0.9rem;
    height: auto; /* 确保行高度自适应 */
  }

  .our-product-header,
  .competitor-header {
    padding: 1.5rem 1rem;
    min-height: 60px;
    height: auto; /* 确保头部高度自适应 */
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 5px;
    overflow-x: auto; /* 只允许横向滚动 */
    overflow-y: hidden; /* 完全禁用竖向滚动 */
    -webkit-overflow-scrolling: touch;
    padding-bottom:30px;
  }
  
  .comparison-flex-container {
    min-width: 700px; /* 保持足够的最小宽度 */
    width: max-content; /* 让容器适应内容宽度 */
    height: auto; /* 确保高度自适应 */
  }
  
  .features-column {
    flex: 0 0 40%;
    min-width: 200px;
    height: auto; /* 确保高度自适应 */
  }
  
  .our-product-column {
    flex: 0 0 30%;
    min-width: 150px;
    margin: 0 8px; /* 调整margin */
    height: auto; /* 确保高度自适应 */
  }
  
  .competitor-column {
    flex: 0 0 30%;
    min-width: 200px;
    height: auto; /* 确保高度自适应 */
  }
  
  .feature-row {
    font-size: 12px !important;
  }
  
  .comparison-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .feature-row,
  .our-product-row,
  .competitor-row {
    padding: 1rem 0.8rem;
    min-height: 55px;
    font-size: 0.85rem;
    height: auto; /* 确保行高度自适应 */
  }
  
  .our-product-header,
  .competitor-header {
    padding: 1.2rem 0.8rem;
    min-height: 55px;
    height: auto; /* 确保头部高度自适应 */
  }
  
  .our-product-header .product-name {
    font-size: 1rem;
  }
  
  .competitor-header .product-name {
    font-size: 0.9rem;
  }
  
  .check-icon,
  .cross-icon {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
}

/* 特殊文本样式 - 针对竞争对手的评论 */
.custom-text small {
  display: block;
  font-size: 0.7em;
  margin-top: 0.2rem;
  opacity: 0.8;
}

