/** 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: 0.85rem;
  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: var(--ic-red);
  font-weight: 800;
  font-size: 0.85rem;
}

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

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

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

/* Button */
.ic-btn-select {
  display: inline-block;
  background: #007398;
  color: #fff;
  font-size: 0.72rem;
  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; }

/* 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-mob-section { margin-bottom: 24px; }

  .ic-mob-section-title {
    font-size: 0.72rem;
    font-weight: 700;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-left: 4px;
  }

  .ic-mob-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .ic-mob-scroll-wrap::-webkit-scrollbar { display: none; }

  .ic-mob-grid {
    display: grid;
    grid-template-columns: 88px repeat(4, minmax(96px, 1fr));
    min-width: calc(88px + 4 * 100px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(30,38,54,0.09);
    overflow: hidden;
  }

  .ic-mob-label-header {
    background: #fff;
    border-bottom: 2px solid var(--ic-border);
  }

  .ic-mob-product-header {
    background: #fff;
    padding: 10px 5px 8px;
    text-align: center;
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--ic-text);
    border-bottom: 2px solid var(--ic-border);
    line-height: 1.3;
  }

  .ic-mob-img-label {
    background: var(--ic-gray-bg);
    border-right: 1px solid var(--ic-border);
    border-bottom: 1px solid var(--ic-border);
  }

  .ic-mob-img-cell {
    padding: 10px 4px 6px;
    text-align: center;
    border-bottom: 1px solid var(--ic-border);
    background: #fff;
  }
  .ic-mob-img-cell img { width: 56px; height: 50px; object-fit: contain; }

  .ic-mob-label-cell {
    padding: 9px 6px 9px 10px;
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--ic-label);
    border-bottom: 1px solid var(--ic-border);
    border-right: 1px solid var(--ic-border);
    display: flex;
    align-items: center;
    background: var(--ic-gray-bg);
    line-height: 1.3;
  }

  .ic-mob-cell {
    padding: 9px 5px;
    text-align: center;
    font-size: 0.73rem;
    border-bottom: 1px solid var(--ic-border);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ic-row-odd .ic-mob-cell,
  .ic-mob-cell.ic-row-odd { background: #fff; }
  .ic-row-even .ic-mob-cell,
  .ic-mob-cell.ic-row-even { background: var(--ic-gray-row); }

  .ic-mob-label-cell.ic-row-even { background: #e9ecf3; }
  .ic-mob-label-cell.ic-row-odd { background: var(--ic-gray-bg); }

  .ic-mob-btn-cell {
    border-bottom: none !important;
    background: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .ic-check { width: 21px; height: 21px; font-size: 11px; }
  .ic-plus { font-size: 0.75rem; }
  .ic-star { font-size: 10px; }
  .ic-price { font-size: 0.75rem; }
  .ic-btn-select { font-size: 0.58rem; padding: 7px 8px; letter-spacing: 0.5px; }
}
/* END_SECTION:incubator-comparison */