.add-btn.js-compare-add.is-added {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.swal2-popup .swal2-styled.swal2-btn-black,
.swal2-popup button.swal2-btn-black {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  padding: 0.625em 2.4em !important;
  border-radius: 999px !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  cursor: pointer;
  box-shadow: none !important;
  background-image: none !important;
}
.swal2-popup .swal2-styled.swal2-btn-black:hover, .swal2-popup .swal2-styled.swal2-btn-black:focus,
.swal2-popup button.swal2-btn-black:hover,
.swal2-popup button.swal2-btn-black:focus {
  background-color: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

.compare-list-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 8px;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
.compare-list-trigger .fa-scale-balanced {
  font-size: 16px;
}
@media (max-width: 991px) {
  .compare-list-trigger .compare-list-label {
    display: none;
  }
}
.compare-list-trigger:hover {
  opacity: 0.7;
}

.compare-page {
  padding-bottom: 4rem;
}
.compare-page .compare-page-header {
  margin: 0 0 40px;
}
.compare-page .compare-page-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  position: relative;
  color: #1a1a1a;
}
.compare-page .compare-page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 350px;
  width: 100%;
  height: 5px;
  background: #e60012;
}
@media (max-width: 767px) {
  .compare-page .compare-page-title {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .compare-page .compare-page-title::after {
    max-width: 200px;
    height: 4px;
  }
}
.compare-page .compare-total {
  font-size: 0.7em;
  color: #888;
  margin-left: 0.5rem;
  font-weight: 400;
}
.compare-page .compare-page-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .compare-page .compare-page-actions {
    justify-content: center;
  }
}
.compare-page .compare-clear-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid #888;
  color: #555;
  padding: 8px 22px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}
.compare-page .compare-clear-all-btn i {
  font-size: 13px;
}
.compare-page .compare-clear-all-btn:hover {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}
.compare-page .compare-tabs {
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
  padding-left: 0;
}
.compare-page .compare-tabs .nav-item {
  margin-bottom: -1px;
}
.compare-page .compare-tabs .nav-link {
  cursor: pointer;
  border: none;
  color: #555;
  padding: 0.7rem 1.4rem;
  font-size: 15px;
  letter-spacing: 0.03em;
  background: transparent;
  transition: color 0.15s ease;
}
.compare-page .compare-tabs .nav-link:hover {
  color: #e60012;
}
.compare-page .compare-tabs .nav-link.active {
  font-weight: 700;
  color: #e60012;
  border-bottom: 2px solid #e60012;
  background: transparent;
}
.compare-page .compare-group {
  display: none;
}
.compare-page .compare-group.active {
  display: block;
}
.compare-page .compare-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.compare-page .compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background: #fff;
  text-align: center;
}
.compare-page .compare-table tbody {
  border: 1px solid #e6e6e6;
}
.compare-page .compare-table th,
.compare-page .compare-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}
.compare-page .compare-table .sticky-col {
  position: sticky;
  left: 0;
  background: #fafafa;
  z-index: 2;
  min-width: 160px;
  font-weight: 500;
  color: #333;
}
.compare-page .compare-table thead .sticky-col {
  z-index: 3;
  background: #fff;
}
.compare-page .compare-table .compare-product-cell {
  min-width: 240px;
  text-align: center;
  position: relative;
  background: #fff;
  padding-top: 32px;
  padding-bottom: 22px;
}
.compare-page .compare-table .compare-product-cell .compare-product-image {
  display: inline-block;
  margin: 0.5rem 0 0.75rem;
  overflow: hidden;
}
.compare-page .compare-table .compare-product-cell .compare-product-image img {
  max-width: 200px;
  height: auto;
  display: block;
  transition: transform 0.25s ease;
}
.compare-page .compare-table .compare-product-cell .compare-product-image:hover img {
  transform: scale(1.05);
}
.compare-page .compare-table .compare-product-cell .compare-product-title {
  display: block;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}
.compare-page .compare-table .compare-product-cell .compare-product-title:hover {
  color: #e60012;
}
.compare-page .compare-table .compare-remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: 1px solid transparent;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  color: #aaa;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.compare-page .compare-table .compare-remove-btn:hover {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}
.compare-page .compare-table .section-header-row td {
  background: #f7f7f7;
  font-weight: 700;
  color: #222;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.05em;
  padding: 12px 18px;
  text-align: left;
}
.compare-page .compare-table .section-header-row td strong {
  position: relative;
  padding-left: 14px;
  display: inline-block;
}
.compare-page .compare-table .section-header-row td strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #e60012;
}
.compare-page .compare-table .field-name-col {
  color: #666;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .compare-page .compare-table-wrapper {
    overflow-x: visible;
  }
  .compare-page .compare-table {
    min-width: 0;
    width: 100%;
    display: block;
  }
  .compare-page .compare-table thead,
  .compare-page .compare-table tbody {
    display: block;
  }
  .compare-page .compare-table thead tr {
    display: grid;
    grid-template-columns: repeat(var(--compare-cols, 2), 1fr);
    background: #fff;
    border-bottom: 2px solid #e6e6e6;
  }
  .compare-page .compare-table thead .sticky-col {
    display: none;
  }
  .compare-page .compare-table .compare-product-cell {
    min-width: 0;
    padding: 28px 6px 14px;
    border-bottom: none;
  }
  .compare-page .compare-table .compare-product-cell .compare-product-image {
    margin: 0.25rem 0 0.4rem;
  }
  .compare-page .compare-table .compare-product-cell .compare-product-image img {
    max-width: 100%;
  }
  .compare-page .compare-table .compare-product-cell .compare-product-title {
    font-size: 12px;
    margin-top: 0.25rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .compare-page .compare-table .compare-remove-btn {
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    font-size: 1rem;
  }
  .compare-page .compare-table .section-header-row {
    display: block;
  }
  .compare-page .compare-table .section-header-row td {
    display: block;
    width: 100%;
    padding: 10px 14px;
  }
  .compare-page .compare-table tbody tr:not(.section-header-row) {
    display: grid;
    grid-template-columns: repeat(var(--compare-cols, 2), 1fr);
    border-bottom: 1px solid #e6e6e6;
  }
  .compare-page .compare-table .field-name-col {
    grid-column: 1/-1;
    text-align: left;
    white-space: normal;
    background: #fafafa;
    font-weight: 600;
    color: #333;
    padding: 8px 14px;
    border-bottom: 1px dashed #e2e2e2;
  }
  .compare-page .compare-table tbody td:not(.field-name-col):not(.sticky-col) {
    padding: 10px 8px;
    border-bottom: none;
    font-size: 13px;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .compare-page .compare-table tbody td:not(.field-name-col):not(.sticky-col) + td {
    border-left: 1px solid #f0f0f0;
  }
}

.compare-floating-trigger {
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  background: rgba(80, 80, 80, 0.55);
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background 0.3s ease;
  z-index: 997;
}
.compare-floating-trigger.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.compare-floating-trigger:hover, .compare-floating-trigger:focus {
  background: rgba(50, 50, 50, 0.75);
  color: #fff;
  outline: none;
}
.compare-floating-trigger .compare-floating-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.compare-floating-trigger .compare-floating-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background: #e60023;
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .compare-floating-trigger {
    right: 12px;
    bottom: 72px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 6px;
  }
}

/*# sourceMappingURL=compare.css.map */
