/** Shopify CDN: Minification failed

Line 6:0 Unexpected "}"

**/
} !important;
  }

  .product-feature-simple {
    width: 100%;
    background-color: var(--section-background, #ffffff);
  }
  @media screen and (max-width: 767px) {
    .product-feature-simple {
      padding-inline: var(--padding-mobile, 24px);
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .product-feature-simple {
      padding-inline: var(--padding-tablet, 40px);
    }
  }
  @media screen and (min-width: 1025px) and (max-width: 1366px) {
    .product-feature-simple {
      padding-inline: var(--padding-laptop, 80px);
    }
  }
  @media screen and (min-width: 1367px) {
    .product-feature-simple {
      padding-inline: 80px;
    }
  }
  .product-feature-simple__header {
    text-align: center;
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    .product-feature-simple__header {
      text-align: var(--title-align-mobile, center);
    }
  }
  .product-feature-simple__title {
    font-family: var(--font-h2--family);
    font-style: var(--font-h2--style);
    font-weight: var(--title-weight, var(--font-h2--weight));
    font-size: var(--title-size, 48px);
    line-height: 1.2;
    color: var(--title-color, var(--color-foreground));
    margin: 0;
    text-transform: none;
    letter-spacing: -0.04em;
    text-wrap: balance;
    text-align: inherit;
  }
  @media screen and (max-width: 767px) {
    .product-feature-simple__title {
      font-size: var(--title-size-mobile, 32px);
      line-height: 1.3;
      text-align: var(--title-align-mobile, center);
    }
  }
  .product-feature-simple__body {
    font-family: var(--font-body--family);
    font-style: var(--font-body--style);
    font-weight: var(--body-weight, var(--font-body--weight));
    font-size: var(--body-size, 24px);
    line-height: 1.6;
    color: var(--body-color, var(--color-foreground));
    margin: 0 auto;
    text-align: center;
    max-width: 100rem;
  }
  @media screen and (max-width: 767px) {
    .product-feature-simple__body {
      font-size: var(--body-size-mobile, 22px);
      text-align: var(--body-align-mobile, center);
    }
  }
  .product-feature-simple__image {
    margin-top: var(--body-image-gap, 0.8rem);
    border-radius: 1.2rem;
    overflow: hidden;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .product-feature-simple__image {
      margin-top: var(--body-image-gap-mobile, 0.8rem);
    }
  }
  .product-feature-simple__image picture,
  .product-feature-simple__image img {
    width: 100%;
  }
  .product-feature-simple__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1.2rem;
  }