/** Shopify CDN: Minification failed

Line 213:1 Expected "}" to go with "{"

**/
.page-content h2 {
  font-size: 40px;
  font-weight: 600 !important;
  margin: 10px 0px 15px;
}

.page-content p {
  margin-bottom: 15px;
}

.page-content ol {
  list-style: decimal;
  margin-left: 30px;
}

.page-content ul {
  list-style: disc;
  margin-left: 30px;
}
.trust-section {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 15px;
}
.point-list li {
  display: flex;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: bold;
}
.point-list img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.rte ul,
.rte ol {
  margin-bottom: 1rem;
}
a#read-smore_0 {
  background: #000;
  color: #fff;
  width: 111px;
  text-align: center;
  padding: 8px 8px 11px;
  list-style: none;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
}
.pmslider-arrows_area {
  background: white;
}

/* 03/03/2025 */

.cus-p-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.price-section {
  display: flex;
}
.price-section .save-div {
  margin-left: 20px;
}

div#fullDescription, div#truncated {
    margin-top: 80px;
}

div#fullDescription h2, div#truncated h2 {
    margin-bottom: 1rem;
    margin-top: 1.75rem;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
}

#fullDescription ul {
    list-style-type: disc;
    margin-left: 20px !important;
    margin-top: 20px;
}

#fullDescription ul li {
    margin-bottom: 10px;
}

#fullDescription h3 {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

#fullDescription a, div#truncated a {
    color: #1d7d33;
    text-decoration: underline;
}

/* 隐藏物流条 */
div[class*="delivery"] { display: none !important; }

/* =========================================
   图标文字优化 - 强制2行显示，无省略号
   ========================================= */

/* 电脑端和手机端统一优化 */
.iconaro-snappy-custom-icons .value-text,
.iconaro-snappy-custom-icons .value-proposition p,
.iconaro-snappy-custom-icons .value-proposition span,
.iconaro-snappy-custom-icons .value-proposition div {
  display: block !important;
  font-size: 11px !important;              /* 缩小字体 */
  line-height: 1.3 !important;             /* 紧凑行高 */
  max-width: 90px !important;              /* 限制宽度，强制换行 */
  margin: 0 auto !important;               /* 居中 */
  text-align: center !important;
  word-wrap: break-word !important;        /* 单词内换行 */
  word-break: break-word !important;
  white-space: normal !important;
  overflow: visible !important;            /* 不隐藏溢出 */
  text-overflow: clip !important;          /* 不显示省略号 */
  min-height: 2.6em !important;            /* 最小高度保证2行 */
}

/* 手机端额外优化 */
@media screen and (max-width: 768px) {
  .iconaro-snappy-custom-icons .value-text,
  .iconaro-snappy-custom-icons .value-proposition p,
  .iconaro-snappy-custom-icons .value-proposition span,
  .iconaro-snappy-custom-icons .value-proposition div {
    font-size: 10px !important;            /* 手机端更小 */
    line-height: 1.25 !important;
    max-width: 75px !important;            /* 手机端更窄 */
    min-height: 2.5em !important;
  }
  
  /* 调整图标容器间距 */
  .iconaro-snappy-custom-icons .value-proposition {
    padding: 0 4px !important;
  }
  
  /* 调整
  /* 强制图标文案换行 - 统一为 2 行 */
.iconaro-snappy-custom-icons .value-proposition {
    max-width: 85px !important;  /* 限制宽度，强制短文字换行 */
    margin: 0 auto !important;
}

/* =========================================
   电脑版图标文字强制2行显示
   ========================================= */
@media screen and (min-width: 769px) {
  /* 强制限制图标文案宽度，让短文字也换行 */
  .iconaro-snappy-custom-icons .value-proposition {
    max-width: 85px !important;    /* 限制宽度 */
    width: 85px !important;
    margin: 0 auto !important;
  }
  
  .iconaro-snappy-custom-icons .value-text,
  .iconaro-snappy-custom-icons .value-proposition p,
  .iconaro-snappy-custom-icons .value-proposition span,
  .iconaro-snappy-custom-icons .value-proposition div {
    font-size: 11px !important;    /* 缩小字体 */
    line-height: 1.3 !important;
    text-align: center !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
  }

/* 修改 Short description 文字颜色 - 深墨绿 */
.product__info-container .text-sm.font-medium,
.product__info-container div[class*="text-sm"] {
  color: #1B4332 !important;  /* 深墨绿，醒目且高级 */
  font-weight: 600 !important; /* 加粗 */
}
/* EV 兼容性提示 - 卡片样式 */
.product__info-container .text-sm.font-medium {
  background: #E8F0E9 !important;  /* 浅绿背景 */
  color: #1B4332 !important;        /* 深绿文字 */
  padding: 12px 16px !important;
  border-radius: 8px !important;
  border-left: 4px solid #5A7A5E !important;  /* 左侧绿条 */
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 10px 0 !important;
}
/* ===== 变体按钮：一排3个 ===== */
.variant-selects .flex.flex-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
}

.variant-selects .flex.flex-wrap button {
  width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  font-size: clamp(9px, 1.1vw, 13px) !important;
  padding: 8px 4px !important;
  text-align: center !important;
}