.gfc.module-product-comparison-table {
  overflow-x: auto;
  background-color: #ffffff;
  padding: 2rem 1rem;
}

.gfc.module-product-comparison-table .comparison-scroll {
  overflow-x: auto;
}

.gfc.module-product-comparison-table .comparison-table {
  border-collapse: collapse;
  min-width: 1000px;
  width: max-content;
  table-layout: fixed;
}

.gfc.module-product-comparison-table .row-label,
.gfc.module-product-comparison-table .cell {
  border: 1px solid #d4d9dd;
  padding: 1rem;
  background-color: #ffffff;
  font-family: "Selawik", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.bold-row td {
  font-weight: 600;
}
.gfc.module-product-comparison-table .row-label {
  font-weight: 600;
  background-color: #f4f4f4;
  position: sticky;
  left: 0;
  z-index: 2;
}

.gfc.module-product-comparison-table .row-label-image {
  position: sticky;
  left: 0;
  z-index: 3;
  background-color: transparent;
  padding: 0;
  border: none;
}

.gfc.module-product-comparison-table .image-cell-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 0;
  border: none;
	background: #fff;
}
.gfc.module-product-comparison-table .cell.image-cell, .gfc.module-product-comparison-table tr:first-of-type td {
  border: none;
  padding: 0;
}

.gfc.module-product-comparison-table .image-cell-wrap img {
  max-height: 400px;
	height: 400px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.gfc.module-product-comparison-table .header-row .cell,
.gfc.module-product-comparison-table .header-row .row-label {
  font-family: "Selawik Semibold", sans-serif;
  background-color: #BA093D;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 1rem;
}

.gfc.module-product-comparison-table .cell {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .gfc.module-product-comparison-table .comparison-table {
    min-width: 1000px;
  }

  .gfc.module-product-comparison-table .image-cell-wrap img {
    max-height: 300px;
  }
}
