/** Shopify CDN: Minification failed

Line 6:14 Unexpected "("

**/
Product stats (el-product-stats): image left, heading + 2×2 stat cards right. All rules scoped to .el-product-stats.

.el-product-stats {
  position: relative;
  background: white;
  overflow-x: hidden;
}

.el-product-stats__wavy-bg {
  position: absolute;
  top: -243px;
  left: -8px;
  
  right: auto;
  width: 956.834px;
  height: 681.647px;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: lighten;
}

.el-product-stats__wavy-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top left;
}

.el-product-stats__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 0;
  align-items: center;
  width: 100%;
  max-width: 1350px;
}

.el-product-stats__media--mobile {
  display: none;
}

.el-product-stats__media--desktop {
  width: 100%;
  max-width: 457px;
  min-width: 500px;
}

.el-product-stats__media--desktop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.el-product-stats__content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding-left: 44px;
}

.el-product-stats__header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.el-product-stats__title {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1.14px;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
}

.el-product-stats__heading-line {
  display: inline;
}

.el-product-stats__title-underlined {
  position: relative;
  display: inline;
  white-space: nowrap;
}

.el-product-stats__wavy-icon {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 114px;
  height: 7px;
  display: block;
  pointer-events: none;
}

.el-product-stats__wavy-icon .el-icon-wavy-white {
  width: 100%;
  height: 100%;
  display: block;
}

.el-product-stats__desc p a{
    color: #000;
    text-decoration: underline;
}
.el-product-stats__desc p{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

.el-product-stats__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.el-product-stats__cards .el-product-stats__card-item:last-child {
    grid-column-end: -1;
    grid-column-start: 1;
}



.el-product-stats__card-item {
  min-width: 0;
  display: flex;
}

.el-product-stats .el-card-stat-proof {
  background: #099442;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  width: 100%;
  flex: 1;
  min-height: 0;
}

.el-product-stats .el-card-stat-proof__date {
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin: 0 0 14px 0;
}

.el-product-stats .el-card-stat-proof__title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 8px 0;
}

.el-product-stats .el-card-stat-proof__desc {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 14px 0;
  overflow-wrap: break-word;
}

.el-product-stats .el-card-stat-proof__line {
  width: 100%;
  align-self: stretch;
  margin-bottom: 14px;
  height: 0;
}

.el-product-stats .el-card-stat-proof__line-svg {
  display: block;
  width: 100%;
  height: 1px;
  stroke: rgba(255, 255, 255, 0.40);
  stroke-width: 1px;
}

.el-product-stats .el-card-stat-proof__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.25em;
  align-items: baseline;
}

.el-product-stats .el-card-stat-proof__number {
  color: #C9B1FF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.el-product-stats .el-card-stat-proof__stats-text {
  color: rgba(255, 255, 255, 0.90);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow-wrap: break-word;
  min-width: 0;
}

@media only screen and (min-width: 981px) and (max-width: 1080px) {
  .el-product-stats__inner {
    flex-direction: column;
  }

  .el-product-stats__media--desktop {
    max-width: 300px;
    margin-inline: auto;
    min-width: unset;
  }

  .el-product-stats__media--mobile {
    display: block;
    width: 100vw;
    max-width: 70vw;
    margin-left: calc(-50vw + 50%);
  }

  .el-product-stats__media--mobile img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .el-product-stats__content {
    order: 1;
    padding-left: 0;
  }

  .el-product-stats__header {
    margin-bottom: 40px;
    gap: 12px;
  }

  .el-product-stats__cards {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .el-product-stats__card-item {
    max-width: none;
  }

  .el-product-stats .el-card-stat-proof {
    padding: 20px;
  }
}

@media only screen and (min-width: 581px) and (max-width: 980px) {
  .el-product-stats__wavy-bg {
    top: 340px;
    width: 100%;
    height: 301.108px;
  }

  .el-product-stats__cards {
    grid-template-columns: 1fr;
  }
  .el-product-stats__inner {
    flex-direction: column;
  }

  .el-product-stats__media--desktop {
    display: none;
  }

  .el-product-stats__media--mobile {
    display: block;
    width: 100vw;
    max-width: 70vw;
    margin-left: calc(-50vw + 50%);
  }

  .el-product-stats__media--mobile img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .el-product-stats__content {
    order: 1;
    padding-left: 0;
  }

  .el-product-stats__header {
    margin-bottom: 24px;
    gap: 12px;
  }

  .el-product-stats__title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.2px;
  }

  .el-product-stats__wavy-icon {
    width: 83px;
    height: 7px;
    bottom: -6px;
  }

  .el-product-stats__desc {
    font-size: 18px;
    line-height: 22px;
  }

  .el-product-stats__cards {
    gap: 12px;
    margin: 0 auto;
  }

  .el-product-stats__card-item {
    max-width: none;
    margin-bottom: 4px;
  }

  .el-product-stats .el-card-stat-proof {
    padding: 14px;
  }

  .el-product-stats .el-card-stat-proof__date {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 14px;
  }

  .el-product-stats .el-card-stat-proof__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .el-product-stats .el-card-stat-proof__desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .el-product-stats .el-card-stat-proof__line {
    margin-bottom: 14px;
  }

  .el-product-stats .el-card-stat-proof__line-svg {
    width: 100%;
  }

  .el-product-stats .el-card-stat-proof__stats {
    display: block;
    line-height: 1.2;
  }

  .el-product-stats .el-card-stat-proof__number {
    font-size: 20px;
    line-height: inherit;
    display: inline;
    margin-right: 0.25em;
    vertical-align: baseline;
  }

  .el-product-stats .el-card-stat-proof__stats-text {
    font-size: 14px;
    line-height: inherit;
    display: inline;
    vertical-align: baseline;
  }
}

@media only screen and (max-width: 580px) {
  .el-product-stats__wavy-bg {
    top: 340px;
    width: 422.668px;
    height: 301.108px;
  }

  .el-product-stats__cards {
    grid-template-columns: 1fr;
  }

  .el-product-stats__inner {
    flex-direction: column;
  }

  .el-product-stats__media--desktop {
    display: none;
  }

  .el-product-stats__media--mobile {
    display: block;
    width: 100vw;
    max-width: 70vw;
    margin-inline: auto;
  }

  .el-product-stats__media--mobile img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .el-product-stats__content {
    order: 1;
    padding-left: 0;
  }

  .el-product-stats__header {
    margin-bottom: 24px;
    gap: 12px;
  }

  .el-product-stats__title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.84px;
  }

  .el-product-stats__wavy-icon {
    width: 83px;
    height: 7px;
    bottom: -6px;
  }

  .el-product-stats__desc {
    font-size: 13px;
    line-height: 16px;
    max-width: 254px;
  }

  .el-product-stats__cards {
    gap: 12px;
  }

  .el-product-stats__card-item {
    max-width: none;
    margin-bottom: 4px;
  }

  .el-product-stats .el-card-stat-proof {
    padding: 12px;
  }

  .el-product-stats .el-card-stat-proof__date {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 14px;
  }

  .el-product-stats .el-card-stat-proof__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .el-product-stats .el-card-stat-proof__desc {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px;
  }

  .el-product-stats .el-card-stat-proof__line {
    margin-bottom: 14px;
  }

  .el-product-stats .el-card-stat-proof__line-svg {
    width: 100%;
  }

  .el-product-stats .el-card-stat-proof__stats {
    display: block;
    line-height: 1.2;
  }

  .el-product-stats .el-card-stat-proof__number {
    font-size: 18px;
    line-height: inherit;
    display: inline;
    margin-right: 0.25em;
    vertical-align: baseline;
  }

  .el-product-stats .el-card-stat-proof__stats-text {
    font-size: 12px;
    line-height: inherit;
    display: inline;
    vertical-align: baseline;
  }
}
