<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 112:36 Unexpected "{"
Line 116:1 Expected "}" to go with "{"

**/
.product-features {
  max-width: 120rem;
}

.product-features__header {
  text-align: center;
  margin-bottom: 3rem;
}

.product-features__heading {
  margin: 0;
}

.product-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 750px) {
  .product-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-features__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-features__icon-wrapper {
  margin-bottom: 1.5rem;
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-features__icon-wrapper svg {
  width: 100%;
  height: 100%;
}

.product-features__custom-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-features__item-heading {
  margin: 0 0 1rem;
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  line-height: 1;
  letter-spacing: 0.66px;
  text-align: center;
}

.product-features__item-description {
  margin: 0;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.63px;
  text-align: center;
}

.product-features__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.button-description {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  color: var(--color-accent);
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .product-features {
    padding: 0 2rem;
  }

  .product-features__item-heading {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }

  .product-features__item-description {
    font-size: calc(var(--font-body-scale) * 1.2rem);
  }

  .product-features__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 3rem;
  }

  .product-features__icon-wrapper { {
    width: 8rem;
    height: 8rem;
  }
}</pre></body></html>