/** Shopify CDN: Minification failed

Line 12:19 Expected identifier but found whitespace
Line 12:21 Unexpected "{"
Line 12:30 Expected ":"

**/


/* CSS from section stylesheet tags */
.stats-section {
  background-color: {{ section.settings.section_bg }};
  padding: 50px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}
.stat-box h2 {
  font-size: 4.5rem; /* Extra large number */
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.1;
}
.stat-box p {
  font-size: 1.25rem; /* Bigger text */
  font-weight: 500;
  color: #444;
}