.mqs-product-compare {
  margin: 2rem 0;
  border: 1px solid #d8e3f2;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}
.mqs-product-compare__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  border-bottom: 1px solid #d8e3f2;
}
.mqs-product-compare__intro {
  max-width: 980px;
}
.mqs-product-compare__header h2 {
  margin: 0 0 .25rem 0;
  color: #084a9b;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 800;
}
.mqs-product-compare__header p {
  margin: 0;
  color: #4c5f75;
  font-size: .98rem;
  line-height: 1.35;
}
.mqs-product-compare__toggle {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: .4rem;
  color: #1f2933;
  font-size: .88rem;
  line-height: 1.2;
}
.mqs-product-compare__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mqs-product-compare__table {
  min-width: 1450px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.mqs-product-compare__table th,
.mqs-product-compare__table td {
  border: 1px solid #e2e8f0;
  padding: .68rem .78rem;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
}
.mqs-product-compare__table thead th {
  padding: .9rem .45rem 1.15rem;
  background: #fff;
  vertical-align: bottom;
}
.mqs-product-compare__table tbody th,
.mqs-product-compare__row-title {
  text-align: left;
  background: #f7f7f8;
  width: 205px;
  color: #111827;
  font-weight: 800;
  font-size: .92rem;
}
.mqs-product-compare__table tbody td {
  color: #111827;
  font-size: .95rem;
  line-height: 1.25;
}
.mqs-product-compare__product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-height: 388px;
}
.mqs-product-compare__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 246px;
  width: 246px;
  height: 246px;
  margin: 0 auto .75rem;
  padding: 0;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
}
.mqs-product-compare__image-link:hover {
  text-decoration: none;
}
.mqs-product-compare__product img {
  width: 100%;
  height: 100%;
  max-width: 246px;
  max-height: 246px;
  object-fit: contain;
  object-position: center center;
  transition: transform .18s ease;
}
.mqs-product-compare__image-link:hover img {
  transform: scale(1.025);
}
.mqs-product-compare__no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  color: #8a97a8;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  font-size: .8rem;
  line-height: 1.2;
}
.mqs-product-compare__name {
  display: -webkit-box;
  width: calc(100% - 10px);
  max-width: 100%;
  min-height: 2.32em;
  max-height: 2.32em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1297c4;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.16;
  text-decoration: none;
  text-transform: uppercase;
}
.mqs-product-compare__name:hover {
  color: #084a9b;
  text-decoration: none;
}
.mqs-product-compare__reference {
  display: block;
  min-height: 1.1rem;
  margin-top: .2rem;
  color: #64748b;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.1;
}
.mqs-product-compare__price {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  margin-top: .82rem;
  margin-bottom: .15rem;
  padding: .42rem .25rem;
  color: #084a9b;
  font-size: 1.42rem;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -.01em;
}
.mqs-product-compare__badge {
  display: none;
}
.mqs-product-compare__product-cell.is-current,
.mqs-product-compare__table td.is-current {
  background: #f3f8ff;
}
.mqs-product-compare__product-cell.is-current {
  box-shadow: inset 0 4px 0 #0d6efd;
}
.mqs-product-compare__data-row:nth-child(even) td,
.mqs-product-compare__data-row:nth-child(even) th {
  background-color: #fcfcfd;
}
.mqs-product-compare__data-row.mqs-product-compare__row-best_for td {
  font-size: .93rem;
  line-height: 1.35;
}
.mqs-product-compare__footer-row th,
.mqs-product-compare__footer-row td {
  background: #fbfdff;
  padding-top: .95rem;
  padding-bottom: .95rem;
}
.mqs-product-compare__secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 230px;
  min-height: 42px;
  padding: .62rem .9rem;
  background: #f47c20;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 900;
  font-size: .92rem;
  text-decoration: none;
  line-height: 1.15;
  box-shadow: 0 4px 10px rgba(244, 124, 32, .22);
}
.mqs-product-compare__secondary-link:hover {
  background: #d95f07;
  color: #fff !important;
  text-decoration: none;
}
.mqs-product-compare__secondary-link:focus {
  outline: 2px solid rgba(244, 124, 32, .45);
  outline-offset: 2px;
}
.mqs-product-compare.is-highlighting tr.is-different td:not(.is-current) {
  background: #fff8d6;
}
@media (max-width: 767px) {
  .mqs-product-compare__header {
    flex-direction: column;
    padding: 1rem;
  }
  .mqs-product-compare__header h2 {
    font-size: 1.25rem;
  }
  .mqs-product-compare__table {
    min-width: 1240px;
  }
  .mqs-product-compare__table tbody th,
  .mqs-product-compare__row-title {
    width: 180px;
  }
  .mqs-product-compare__product {
    min-height: 342px;
  }
  .mqs-product-compare__image-link {
    flex-basis: 198px;
    width: 198px;
    height: 198px;
  }
  .mqs-product-compare__product img {
    max-width: 198px;
    max-height: 198px;
  }
  .mqs-product-compare__name {
    font-size: .96rem;
  }
  .mqs-product-compare__price {
    font-size: 1.22rem;
    min-height: 44px;
  }
  .mqs-product-compare__secondary-link {
    width: 86%;
  }
}
