/** Shopify CDN: Minification failed

Line 36:1 Unexpected ";"

**/
.hero-product-highlights {
  margin:0;
}

.hero-product-highlights__title {
  font-size: 20px;
  line-height: 24px; 
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .hero-product-highlights {
    margin-top: 2rem;
  }

  .hero-product-highlights__title {
    font-size: 24px;
    line-height: 32px; 
  }
}

.hero-product-highlights__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 0;
  margin-bottom: 1.5rem;
};

@media (min-width: 1024px) {
  .hero-product-highlights__list {
    gap: 1.5rem;
  }
}

.hero-product-highlights__item-icon-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-product-highlights__item-icon-wrapper img {
  object-fit: contain;
  border-radius: 0;
}

.hero-product-highlights__item-title {
  display: block;
}