/** Shopify CDN: Minification failed

Line 13:23 Unexpected "{"
Line 13:32 Expected ":"
Line 13:39 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:incubator-comparison (INDEX:27) */
#incubator-comparison-{{ section.id }} {
  --ic-green: #22c55e;
  --ic-red: #ef4444;
  --ic-blue: #1d6fce;
  --ic-blue-dark: #1558a8;
  --ic-gray-bg: #f5f7fa;
  --ic-gray-row: #eef1f6;
  --ic-border: #d8dde8;
  --ic-text: #1e2636;
  --ic-label: #374151;
  font-family: inherit;
}

.incubator-comparison-section {
  background: #f0f3f8;
  padding: 48px 16px;
}

.ic-container {
  max-width: 1400px;
  margin: 0 auto;
}

.ic-section-title {
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 32px;
  color: var(--ic-text);
  letter-spacing: -0.5px;
}

/* ---- TABLE WRAPPER ---- */
.ic-table-wrapper {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(30,38,54,0.10);
  overflow-x: auto;
}

.ic-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

/*custom code */
#shopify-section-template--26002485477679__incubator_comparison_eKCmrh a:not(.button):hover {
    color: #ffffff !important;
}

/* Group header */
.ic-group-header th {
  padding: 10px 6px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #000000;
  border-bottom: 2px dashed var(--ic-border);
  text-align: center;
}
.ic-group-header th.ic-label-col { border-bottom-color: transparent; }
.ic-group-header th.ic-advanced { color: #000000; }

/* Product header */
.ic-product-header th {
  background: #fff;
  padding: 12px 8px 14px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  border-bottom: 2px solid var(--ic-border);
  vertical-align: bottom;
  line-height: 1.3;
}

/* Label col */
.ic-label-col {
  text-align: left !important;
  font-size: 0.78rem;
  font-weight: 700;
  color: #000000;
  padding-left: 20px !important;
  min-width: 130px;
  white-space: nowrap;
}

/* Divider col */
.ic-divider-col { border-left: 2px solid var(--ic-border); }

/* Image row */
.ic-img-row td {
  padding: 14px 6px 8px;
  text-align: center;
  border-bottom: 1px solid var(--ic-border);
  background: #fff;
}
.ic-img-row td img { width: 100px; height: 100px; object-fit: contain; }

/* Data rows */
.ic-table tbody tr:not(.ic-img-row) td {
  padding: 11px 8px;
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid var(--ic-border);
  vertical-align: middle;
}
.ic-table tbody tr:not(.ic-img-row):nth-child(even) td { background: var(--ic-gray-row); color: #000000; }
.ic-table tbody tr:not(.ic-img-row):nth-child(odd) td { background: #fff; }

.ic-btn-row td { background: #fff !important; padding: 14px 8px !important; }

/* Icons */
.ic-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #008000;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.ic-check::after { content: '✓'; }

.ic-plus {
  color: red;
  font-weight: 800;
  font-size: 1.5rem;
}

.ic-na { color: #aaa; font-size: 0.8rem; }

/* Stars */
.ic-stars { display: inline-flex; gap: 1px; }
.ic-star { color: var(--ic-text); font-size: 20px; font-weight: 900; }
.ic-star-half { opacity: 0.45; }

/* Price */
.ic-price { font-weight: 700; color: #374151; font-size: 1.5rem; letter-spacing: 1px; }

/* Button */
.ic-btn-select {
  display: inline-block;
  background: #226bb3;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 9px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s;
  white-space: nowrap;
  text-transform: uppercase;
}
.ic-btn-select:hover { background: #0e0d0d; color: #ffffff !important; }

/* Image placeholder */
.ic-img-placeholder {
  width: 80px;
  height: 70px;
  background: var(--ic-gray-bg);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #999;
  margin: 0 auto;
}
.ic-img-placeholder--sm { width: 60px; height: 52px; }

/* Dashes */
.ic-dashes { color: #bbb; font-weight: 400; }

/* ========== MOBILE ========== */
.ic-desktop-only { display: block; }
.ic-mobile-only { display: none; }

@media (max-width: 768px) {
  .incubator-comparison-section {
    padding: 24px 12px;
  }

  .ic-section-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .ic-desktop-only {
    display: none;
  }

  .ic-mobile-only {
    display: block;
  }

  .ic-mobile-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(30, 38, 54, 0.09);
  }

  .ic-table-mobile {
    min-width: 820px;
    border-collapse: collapse;
  }

  .ic-table-mobile .ic-label-col {
    min-width: 95px;
    font-size: 0.82rem;
    padding-left: 12px !important;
    white-space: normal;
    line-height: 1.2;
  }

  .ic-table-mobile th,
  .ic-table-mobile td {
    min-width: 90px;
  }

  .ic-table-mobile .ic-product-header th {
    font-size: 0.82rem;
    line-height: 1.2;
    padding: 10px 6px 12px;
    word-break: break-word;
  }

  .ic-table-mobile .ic-img-row td img {
    width: 56px;
    height: 50px;
    object-fit: contain;
  }

  .ic-table-mobile tbody tr:not(.ic-img-row) td {
    padding: 9px 6px;
    font-size: 0.84rem;
  }

  .ic-table-mobile .ic-check {
    width: 21px;
    height: 21px;
    font-size: 11px;
  }

  .ic-table-mobile .ic-plus {
    font-size: 1rem;
  }

  .ic-table-mobile .ic-star {
    font-size: 14px;
  }

  .ic-table-mobile .ic-price {
    font-size: 1rem;
  }

  .ic-table-mobile .ic-btn-select {
    font-size: 0.8rem;
    padding: 7px 8px;
    letter-spacing: 0.5px;
  }
}
/* END_SECTION:incubator-comparison */