/** Shopify CDN: Minification failed

Line 132:27 Unexpected "{"
Line 132:36 Expected ":"
Line 139:27 Unexpected "{"
Line 139:36 Expected ":"
Line 148:27 Unexpected "{"
Line 148:36 Expected ":"
Line 157:27 Unexpected "{"
Line 157:36 Expected ":"
Line 164:27 Unexpected "{"
Line 164:36 Expected ":"
... and 19 more hidden warnings

**/


/* CSS from section stylesheet tags */
.info-tabs-section {
    margin: 0;
  }

  .info-tabs-container,
  .info-tabs-container * {
    box-sizing: border-box;
  }

  .info-tabs-container {
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: stretch;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
  }

  .info-tab {
    background: var(--text-and-icon-primary, #1b1717);
    border-radius: 4px;
    padding: 16px 0px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    min-height: 64px;
  }

  .info-tab-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: visible;
    filter: brightness(0) invert(1);
  }

  .info-tab-icon-placeholder {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: visible;
    color: var(--background-primary, #ffffff);
  }

  .info-tab-icon-placeholder svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .info-tab-text {
    color: var(--background-primary, #ffffff);
    text-align: center;
    font-family: "Manrope-ExtraBold", sans-serif;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.1em;
    font-weight: 800;
    position: relative;
    white-space: nowrap;
  }

  @media screen and (max-width: 768px) {
    .info-tabs-section {
      display: none;
    }

    .info-tabs-container {
      flex-direction: column;
      gap: 12px;
      width: 100%;
    }

    .info-tab {
      width: 100%;
      padding: 12px 0px;
    }

    .info-tab-text {
      font-size: 16px;
    }

    .info-tab-icon,
    .info-tab-icon-placeholder {
      width: 28px;
      height: 28px;
    }
  }

  @media screen and (max-width: 480px) {
    .info-tab-text {
      font-size: 14px;
      letter-spacing: 0.05em;
    }

    .info-tab {
      padding: 10px 0px;
      gap: 12px;
    }
  }
/* === Scoped to this section only === */
#page-paragraph-installer-{{ section.id }} .page-content {
  padding-left: 4rem;
  padding-right: 4rem;
  color: #000;
}

/* Title */
#page-paragraph-installer-{{ section.id }} .page-paragraph-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #111;
}

/* Paragraph */
#page-paragraph-installer-{{ section.id }} .page-paragraph-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin-bottom: 4rem;
}

/* Links inside paragraph */
#page-paragraph-installer-{{ section.id }} .page-paragraph-text a {
  color: #ff671b;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}

#page-paragraph-installer-{{ section.id }} .page-paragraph-text a:hover {
  color: #ff7f3d; /* slightly lighter/orange; keep the # */
  text-decoration: underline;
}

/* Lists */
#page-paragraph-installer-{{ section.id }} .page-paragraph-text ul,
#page-paragraph-installer-{{ section.id }} .page-paragraph-text ol {
  margin: 1rem 0 1.5rem 2rem;
  padding: 0;
}

#page-paragraph-installer-{{ section.id }} .page-paragraph-text li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Responsive padding */
@media screen and (max-width: 64rem) {
  #page-paragraph-installer-{{ section.id }} .page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 48rem) {
  #page-paragraph-installer-{{ section.id }} .page-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #page-paragraph-installer-{{ section.id }} .page-paragraph-title {
    font-size: 2rem;
  }
  #page-paragraph-installer-{{ section.id }} .page-paragraph-text {
    font-size: 1.5rem;
  }
}

/* If you truly want red links here only, scope it: */
#page-paragraph-installer-{{ section.id }} .rte a {
  /* color: red !important;  Uncomment if needed, but avoid !important if possible */
}

/* Replace hard-coded template ID margin with this: */
#page-paragraph-installer-{{ section.id }} {
  margin-top: 8rem; /* if you need that spacing */
}
div#shopify-section-template--25482521215295__intro{ padding-top:4%;}