/** Shopify CDN: Minification failed

Line 25:2 Unexpected "{"
Line 25:3 Expected identifier but found "%"
Line 33:2 Unexpected "{"
Line 33:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.business-sign-container {
    text-align: center;
    padding: 2rem 1rem;
  }

  .sign-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
  }

  {% if template == 'page.info-page-json' %}
    .sign-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 0rem !important;
    justify-content: center;
    margin-top: 1.5rem;
  }
  {% endif %}

  .sign-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media screen and (max-width: 768px) {
    .sign-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
.signmakerz-advantage-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
  }

  .advantage-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2.5rem;
  }



  .advantage-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }.advantage-header #fontinfo2 {
    font-weight: normal !important;
}

  .feature-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-right: 1.5rem;
    padding-left: 5rem

  }

.feature-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 0.4rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.feature-icon {
    margin-bottom: 1rem;
    color: #333;
    width: 30%;
}
  .feature-content {
    max-width: 70%;
}
  .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .feature-item h3 {
    font-size: 1.7rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
  }

  .placeholder-icon {
    width: 60px;
    height: 60px;
    color: #333;
  }

  @media screen and (max-width: 768px) {
    .advantage-header h2 {
      font-size: 2rem;
    }

    .feature-row {
      grid-template-columns: 1fr;
    }

    .feature-item {
      text-align: center;
      align-items: center;
    }
  }
  .white-icon {
  /* color: white; */
  /* filter: brightness(0) invert(1); helps with PNGs */
}