.alx-compare-page {
  color: var(--alx-black);
  background: #fff;
}

.alx-compare-container {
  width: min(100% - 2 * var(--alx-edge), 1660px);
  margin-inline: auto;
}

.alx-compare-hero {
  padding-top: clamp(42px, 4.35vw, 82px);
  padding-bottom: clamp(46px, 5vw, 84px);
}

.alx-compare-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: clamp(28px, 3vw, 56px);
  color: #9a9a9a;
  font-family: "Bebas Neue", "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
}

.alx-compare-breadcrumb a {
  color: #8f8f8f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.alx-compare-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(28px, 5vw, 90px);
  align-items: end;
}

.alx-compare-hero h1 {
  margin: 0;
  font-family: "Bebas Neue", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(74px, 7.2vw, 128px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .82;
  text-transform: uppercase;
}

.alx-compare-hero p {
  margin: 0;
  color: #555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.alx-compare-shell {
  padding-bottom: clamp(72px, 8vw, 132px);
}

.alx-compare-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.alx-compare-toolbar p {
  margin: 0;
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 800;
}

.alx-compare-toolbar div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.alx-compare-shop,
.alx-compare-clear,
.alx-compare-empty a,
.alx-compare-product button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #050505;
  border-radius: 999px;
  color: #050505;
  background: transparent;
  font-family: "Bebas Neue", "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  letter-spacing: .035em;
  text-transform: uppercase;
  cursor: pointer;
}

.alx-compare-clear,
.alx-compare-empty a {
  color: #fff;
  background: #050505;
}

.alx-compare-empty {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding: clamp(42px, 5vw, 76px);
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  background: #f8f8f8;
}

.alx-compare-empty h2 {
  margin: 0;
  font-family: "Bebas Neue", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(36px, 4vw, 68px);
  font-weight: 400;
  line-height: .9;
  text-transform: uppercase;
}

.alx-compare-empty p {
  max-width: 620px;
  margin: 0;
  color: #666;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.alx-compare-table-wrap {
  overflow-x: auto;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background: #fff;
}

.alx-compare-table {
  min-width: 920px;
  display: grid;
}

.alx-compare-row {
  display: grid;
  grid-template-columns: minmax(150px, 210px) repeat(var(--alx-compare-cols, 4), minmax(190px, 1fr));
  border-bottom: 1px solid #e8e8e8;
}

.alx-compare-row:last-child { border-bottom: 0; }

.alx-compare-cell {
  min-width: 0;
  padding: 18px;
  border-left: 1px solid #e8e8e8;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.alx-compare-cell--label {
  position: sticky;
  left: 0;
  z-index: 2;
  border-left: 0;
  background: #fafafa;
  font-family: "Bebas Neue", "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.alx-compare-row--products .alx-compare-cell {
  background: #fbfbfb;
}

.alx-compare-product {
  display: grid;
  gap: 12px;
  align-content: start;
}

.alx-compare-product img {
  width: 100%;
  max-width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
  margin-inline: auto;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.12));
}

.alx-compare-product h2 {
  margin: 0;
  font-family: "Bebas Neue", "Plus Jakarta Sans", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
}

.alx-compare-product button {
  width: max-content;
  min-height: 34px;
  padding-inline: 14px;
  font-size: 14px;
}

@media (max-width: 860px) {
  .alx-compare-hero-row,
  .alx-compare-toolbar {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .alx-compare-container {
    width: min(100% - 36px, 1660px);
  }
}


/* Phoenix Compare refinements */
.alx-compare-toolbar {
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0,0,0,.045);
}

.alx-compare-table-wrap {
  box-shadow: 0 24px 70px rgba(0,0,0,.055);
}

.alx-compare-product {
  padding: 6px;
}

.alx-compare-product h2 a {
  color: #050505;
}

.alx-compare-product button,
.alx-compare-product .alx-product-add,
.alx-compare-product a.alx-product-add {
  width: 100%;
  min-height: 40px;
  font-size: 15px;
}

.alx-compare-row--products .alx-compare-cell {
  vertical-align: top;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,130,220,.07), transparent 40%),
    #fbfbfb;
}

.alx-compare-empty {
  position: relative;
  overflow: hidden;
}

.alx-compare-empty::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,130,220,.16), transparent 68%);
  pointer-events: none;
}

.alx-compare-shop:hover,
.alx-compare-clear:hover,
.alx-compare-empty a:hover,
.alx-compare-product button:hover {
  transform: translateY(-2px);
}

@media (max-width: 860px) {
  .alx-compare-hero-row {
    grid-template-columns: 1fr;
  }

  .alx-compare-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .alx-compare-table {
    min-width: 760px;
  }
}

.alx-compare-clear:disabled { opacity: .45; cursor: not-allowed; transform: none !important; }

/* v1.3.2 compare spacing and richer comparison details */
.alx-compare-shell {
  margin-top: clamp(28px, 4vw, 72px);
}

.alx-compare-table-wrap {
  margin-top: clamp(18px, 2vw, 34px);
}

.alx-compare-short-text {
  display: inline;
}

.alx-compare-read-more {
  display: inline-flex;
  margin-left: 4px;
  color: #050505;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.alx-compare-row .alx-product-add,
.alx-compare-row a.alx-product-add {
  text-decoration: none;
}


/* v1.4.1 compare table spacing and actions */
.alx-compare-table-wrap {
  padding: clamp(12px, 1.7vw, 26px) !important;
  background: #fff !important;
}
.alx-compare-table {
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
}
.alx-compare-cell {
  padding: clamp(18px, 1.8vw, 28px) !important;
}
.alx-compare-product .alx-product-add,
.alx-compare-row .alx-product-add,
.alx-compare-row a.alx-product-add {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 1px solid #050505 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #050505 !important;
  font-family: "Bebas Neue", "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform var(--alx-fast), background var(--alx-fast), color var(--alx-fast), box-shadow var(--alx-fast) !important;
}
.alx-compare-product .alx-product-add:hover,
.alx-compare-row .alx-product-add:hover,
.alx-compare-row a.alx-product-add:hover,
.alx-compare-product .alx-product-add:focus-visible,
.alx-compare-row .alx-product-add:focus-visible,
.alx-compare-row a.alx-product-add:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.16) !important;
}
.alx-compare-product button[data-alx-compare-remove] {
  width: 100% !important;
  min-height: 38px !important;
  border-color: #d8d8d8 !important;
  color: #050505 !important;
  background: #fff !important;
  font-size: 14px !important;
}
.alx-compare-product button[data-alx-compare-remove]:hover,
.alx-compare-product button[data-alx-compare-remove]:focus-visible {
  border-color: #050505 !important;
}
