/** Shopify CDN: Minification failed

Line 169:2 Unexpected "38"

**/
.store-progress {
  position: relative;
}

.content-box {
  max-width: 72rem;
}

.no-overlap .content-box {
  max-width: 78.4rem;
}

.store-progress-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.store-progress-container.left {
  justify-content: left;
}

.store-progress-container.center {
  justify-content: center;
}

.store-progress-container.right {
  justify-content: right;
}

.content-box .title {
  max-width: 89%;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}

.no-overlap .content-box .title {
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 1.4rem;
  max-width: 710px;
}

.content-box .description {
  font-size: var(--font-15);
  line-height: 18px;
  font-weight: var(--regular);
}

.no-overlap .content-box .description {
  font-size: var(--font-20);
  line-height: 30.8px;
  color: rgba(var(--color-foreground), 0.55);
}

@media (min-width: 580px) {
  .content-box .title {
    max-width: 527px;
    line-height: 38px;
  }
  .content-box .description {
    line-height: 23px;
  }
}

@media (min-width: 768px) {
}

.store-progress-container .view-all-btn {
  margin-left: 0;
}

.store__view-all {
  margin-top: 2.1rem;
}

.store__view-all .view-all-btn {
  font-size: var(--font-15);
  font-weight: var(--semi-bold);
  line-height: 23px;
  min-height: auto;
  padding: 0.9rem 2rem;
}

.store-progress-stat.overlap {
  position: absolute;
  z-index: 3;
  bottom: -20%;
}

.store-progress-stat.overlap .stats-container {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.store-progress-stat.no-overlap {
  margin-top: 0.6rem;
}

.stats-container {
  width: 100%;
  margin: 0 auto;
  padding: 4rem;
}

.stat__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-block .subtitle {
  font-size: var(--font-23);
  font-weight: var(--semi-bold);
  line-height: 20px;
  margin-top: 0.5rem;
  white-space: nowrap;
}

@media (min-width: 580px) {
  .stat-block .subtitle {
    font-size: var(--font-20);
    margin-top: 1.5rem;
  }
}

.stat-block .sp-head {
  line-height: 1;
}

@media (max-width: 1025px) {
  .overlap .stat__item.stat-1 {
    max-width: 100%;
    width: 100%;
  }
  .overlap .counter-box {
    text-align: left;
  }

  .rtl .overlap .counter-box {
    text-align: right;
  }

  .store-progress-stat.overlap {
    bottom: -38%;
  }

  .rtl .store-progress-stat.overlap {
    bottom: -43%;
  }
}

@media (max-width: 850px) {
  .stats-container {
    padding: 4rem 1rem;
  }
}

@media (max-width: 768px) {
  .no-overlap .content-box {
    max-width: 45rem;
  }
  38 .no-overlap.store-progress-stat {
    padding: 0;
  }
  .no-overlap .stats-container {
    padding: 3rem 0;
  }
  .no-overlap .content-box .title {
    font-size: var(--font-46);
    line-height: 38px;
    letter-spacing: -0.03em;
  }
  .no-overlap .content-box .description {
    line-height: 21.2px;
    font-weight: var(--medium);
  }
  .no-overlap .counter-box .counter {
    font-size: var(--font-59);
  }
}

@media (max-width: 580px) {
  .content-box .title {
    font-size: var(--font-29);
  }

  .content-box .sp-head {
    font-size: var(--font-49);
  }
  .no-overlap .content-box {
    max-width: 38rem;
  }
}

@media (min-width: 1025px) {
  .no-overlap .stats-container {
    width: 76%;
  }
}

@media (max-width: 480px) {
  .rtl .store-progress-stat.overlap {
    bottom: -38%;
  }
  .stat-block .subtitle {
    white-space: wrap;
  }
  .stat__item {
    align-items: start;
  }
}

@media (max-width: 400px) {
  .store-progress-stat.overlap {
    bottom: -35%;
  }
  /* .rtl .store-progress-stat.overlap {
    bottom: -43%;
  } */
}
