/** Shopify CDN: Minification failed

Line 116:12 Unexpected "{"
Line 116:21 Expected ":"
Line 117:16 Expected identifier but found whitespace
Line 117:18 Unexpected "{"
Line 117:27 Expected ":"
Line 117:53 Expected ":"
Line 118:19 Expected identifier but found whitespace
Line 118:21 Unexpected "{"
Line 118:30 Expected ":"
Line 118:59 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-product (INDEX:68) */
.product__benefit {
  gap: var(--sp-4);
  align-items: center;
}

.product__info > .product__benefit--joined {
  margin-block-start: var(--sp-5);
}

.product__benefit-icon {
  width: calc(var(--benefit-icon-size) + var(--sp-6));
  height: calc(var(--benefit-icon-size) + var(--sp-6));
  border-radius: 10px;
  background-color: var(--benefit-icon-bg);
  color: var(--benefit-icon-color);
}

.product__benefit-icon img {
  width: var(--benefit-icon-size);
  height: var(--benefit-icon-size);
  object-fit: contain;
}

.product__benefit-icon .icon .fill {
  fill: none;
}

.product__benefit-heading {
  color: var(--benefit-heading-color);
  font-size: 14px;
}

.product__benefit-text {
  color: var(--benefit-text-color);
  font-size: 13px;
}

.product__benefit-text a {
  color: inherit;
  text-decoration: underline;
}
/* END_SECTION:main-product */

/* START_SECTION:spec-test (INDEX:107) */
.product-specs {
    margin: 0 auto;
  }

  .product-specs__heading {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: rgb(var(--color-foreground));
  }

  .product-specs__categories {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .spec-category {
    border: 1px solid rgba(var(--color-foreground), 0.1);
    padding: 2rem;
    border-radius: 0.5rem;
    background-color: rgb(var(--color-background));
  }

  .spec-category__title {
    margin: 0 0 1.5rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(var(--color-foreground));
  }

  .spec-category__types {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .spec-type {
    display: flex;
    gap: 0.5rem;
  }

  .spec-type__label {
    font-weight: 500;
    color: rgb(var(--color-foreground));
    flex-shrink: 0;
  }

  .spec-type__values {
    color: rgb(var(--color-foreground));
  }

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
/* END_SECTION:spec-test */