/** Shopify CDN: Minification failed

Line 52:4 Expected ":"
Line 53:0 Expected "}" to go with "{"

**/
/* 外部容器宽度和响应式布局 */
.mirror-stats-outer {
  width: 100%;
  max-width: 140rem; /* 1400px */
  margin: 0 auto;
  padding: 50px 5rem;
  box-sizing: border-box;
  background-color: #fff;
  color: #282828;
  font-family: sans-serif;
}

.mirror-stats-header {
  text-align: center;
  margin-bottom: 3rem;
}

.mirror-stats-heading {
  font-size: 2.5rem;
  font-weight: 600;
  color: rgb(40, 40, 40);
}

.mirror-stats-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.stat-block {
  flex: 1 1 250px;
  min-width: 220px;
  max-width: 300px;
  background: #f9f9f9;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #111;
  ma
