[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-sheet-hero {
  grid-template-columns: minmax(31rem, 43%) minmax(0, 57%);
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-sheet-render-frame img {
  object-position: center;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-sheet-hero__media figcaption strong {
  white-space: nowrap;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-program-preview {
  min-block-size: 18rem;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid {
  min-inline-size: 88rem;
  border-collapse: separate;
  border-spacing: 0;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(1) { inline-size: 17rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(2) { inline-size: 14rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(3) { inline-size: 9rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(4) { inline-size: 8rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(5) { inline-size: 7rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(6) { inline-size: 8rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(7) { inline-size: 8rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(8) { inline-size: 8rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid col:nth-child(9) { inline-size: 9rem; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(1),
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(2),
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(3),
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(4),
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(5),
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(6),
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(7),
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(8),
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(9) { inline-size: auto; }
[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :nth-child(9) { border-inline-end: 0; }

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-product {
  display: grid;
  justify-items: start;
  gap: .28rem;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-product small {
  color: var(--ct-color-muted);
  font-size: var(--ct-type-tech-list-copy);
  font-weight: 500;
  letter-spacing: .01em;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tbody th {
  font-size: var(--ct-type-page-copy);
  font-weight: 600;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tr > :first-child {
  position: sticky;
  inset-inline-start: 0;
  z-index: 2;
  background: #fff;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid thead tr > :first-child {
  z-index: 3;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-table-sticky-clone__grid tr > :first-child {
  position: sticky;
  inset-inline-start: 0;
  z-index: 4;
  background: rgb(255 255 255 / 98%);
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-mx-tooltip > ul {
  display: grid;
  gap: .24rem;
  margin: .08rem 0 0;
  padding: 0;
  color: var(--ct-color-copy);
  font-size: var(--ct-type-meta);
  line-height: 1.42;
  list-style: none;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-mx-tooltip > ul li {
  display: grid;
  grid-template-columns: .55rem minmax(0, 1fr);
  gap: .1rem;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-mx-tooltip > ul li::before {
  content: "—";
  color: var(--ct-color-signal);
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-hybrid-grid tbody tr:has([data-hybrid-request][aria-pressed="true"]) {
  box-shadow: inset 1px 0 0 var(--ct-color-signal);
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page [data-hybrid-request] {
  display: flex;
  inline-size: 100%;
  min-block-size: 2.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-block-end: 1px solid var(--ct-color-line-strong);
  background: transparent;
  color: var(--ct-color-ink);
  cursor: pointer;
  font: 650 var(--ct-type-meta)/1 Inter, sans-serif;
  letter-spacing: .035em;
  text-align: start;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page [data-hybrid-request] b {
  color: var(--ct-color-signal);
  font-size: 1rem;
  font-weight: 500;
}

[data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page [data-hybrid-request][aria-pressed="true"] {
  border-block-end-color: var(--ct-color-signal);
}

@media (max-width: 70rem) {
  [data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-sheet-hero {
    grid-template-columns: minmax(25rem, 45%) minmax(0, 55%);
  }
}

@media (max-width: 57rem) {
  [data-cordtex-redesign="desktop-v1"].ct-hybrid-fabrics-page .ct-sheet-hero {
    grid-template-columns: minmax(17rem, 1fr) minmax(0, .9fr);
  }

}
