/* 爱鹿品牌官网 - 图标样式系统
 * 使用内联 SVG 作为图标方案（类似阿里iconfont线性图标风格）
 * 所有图标均为 24x24 viewBox 的线性描边图标
 */

.ailu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.125em;
}

/* 尺寸变体 */
.ailu-icon--xs { font-size: 12px; }
.ailu-icon--sm { font-size: 14px; }
.ailu-icon--md { font-size: 20px; }
.ailu-icon--lg { font-size: 24px; }
.ailu-icon--xl { font-size: 32px; }

/* TabBar 图标 */
.ailu-icon--tab {
  font-size: 22px;
  stroke-width: 1.6;
}

/* 导航箭头 */
.pc-nav__arrow .ailu-icon {
  font-size: 12px;
  stroke-width: 2;
}

/* 产品卡片按钮图标 */
.pc-product-card__btn .ailu-icon,
.mobile-product-card__btn .ailu-icon {
  font-size: 14px;
  stroke-width: 2.2;
}
