/** Shopify CDN: Minification failed

Line 42:10 Unexpected "{"
Line 42:19 Expected ":"
Line 43:14 Expected identifier but found whitespace
Line 43:16 Unexpected "{"
Line 43:25 Expected ":"
Line 43:76 Expected ":"
Line 44:17 Expected identifier but found whitespace
Line 44:19 Unexpected "{"
Line 44:28 Expected ":"
Line 44:82 Expected ":"
... and 10 more hidden warnings

**/
.stats-bar__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem;
  text-align: center;
}

.stats-bar__item {
  min-width: 12rem;
}

.stats-bar__number {
  font-family: var(--font-heading-family);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1;
  margin-bottom: 0.6rem;
}

.stats-bar__label {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}

.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}
