/** Shopify CDN: Minification failed

Line 66:2 Unexpected "#"
Line 66:3 Expected "}" to go with "{"

**/
/* —— Comparison Chart Styling —— */
#comparisonchart {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#comparisonchart table {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}

#t1 {
  border-spacing: 0;
  background: #fff !important;
  table-layout: fixed;
}

#t1 td,
#t1 th {
  border-top: 1px solid #e3e3e3;
  padding: 6px;
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word;
  overflow-wrap: anywhere;
}

#t1 td:nth-child(1) {
  text-align: left;
}

#t1 th {
  text-transform: uppercase;
  border: none;
  background-color: #f1f1f1;
  font-weight: 700;
}

/* —— Mobile Optimization —— */
@media (max-width: 640px) {
  #comparisonchart h3 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 6px;
  }

  #t1 th,
  #t1 td {
    padding: 8px 6px;
    font-size: 13px;
    line-height: 1.3;
  }

  #