@charset "UTF-8";
.trx-wcext-compare-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  line-height: 1;
  transition: color 0.3s ease;
}
.trx-wcext-compare-toggle:focus {
  outline: none;
}
.trx-wcext-compare-toggle .trx-wcext-compare-toggle-icon-in,
.trx-wcext-compare-toggle .trx-wcext-compare-toggle-text-in {
  display: none;
}
.trx-wcext-compare-toggle .trx-wcext-compare-toggle-icon-out,
.trx-wcext-compare-toggle .trx-wcext-compare-toggle-text-out {
  display: inline-flex;
}
.trx-wcext-compare-toggle[data-state="in"] .trx-wcext-compare-toggle-icon-in,
.trx-wcext-compare-toggle[data-state="in"] .trx-wcext-compare-toggle-text-in {
  display: inline-flex;
}
.trx-wcext-compare-toggle[data-state="in"] .trx-wcext-compare-toggle-icon-out,
.trx-wcext-compare-toggle[data-state="in"] .trx-wcext-compare-toggle-text-out {
  display: none;
}
.trx-wcext-compare-toggle[data-icon-position="right"] {
  flex-direction: row-reverse;
}
.trx-wcext-compare-toggle[data-icon-position="top"] {
  flex-direction: column;
}
.trx-wcext-compare-toggle[data-icon-position="bottom"] {
  flex-direction: column-reverse;
}

/*
 * Product Grid: compare button in the .trx-wcext-product-grid-product-actions-wrapper
 *
 * Mirrors the Quick View / Wishlist button convention — same wrapper, sizing, and
 * `.trx-wcext-icon` 30×30 child. The parent actions-wrapper rule (in
 * product-grid-elementor.scss) already gives `.trx-wcext-icon` its
 * `width/height/line-height: 30px` and color, so this file only adds the
 * state-driven icon swap and the accent color for the "in" state.
 */
.trx-wcext-product-grid .trx-wcext-product-grid-product-actions-wrapper .trx-wcext-product-grid-cmp-btn {
  position: relative;
  display: block;
  margin: 0;
  background: #fff;
  text-align: center;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.trx-wcext-product-grid .trx-wcext-product-grid-product-actions-wrapper .trx-wcext-product-grid-cmp-btn .trx-wcext-product-grid-cmp-icon-out {
  display: flex;
}
.trx-wcext-product-grid .trx-wcext-product-grid-product-actions-wrapper .trx-wcext-product-grid-cmp-btn .trx-wcext-product-grid-cmp-icon-in {
  display: none;
}
.trx-wcext-product-grid .trx-wcext-product-grid-product-actions-wrapper .trx-wcext-product-grid-cmp-btn svg {
  transition: fill 0.3s ease-in-out;
}
.trx-wcext-product-grid .trx-wcext-product-grid-product-actions-wrapper .trx-wcext-product-grid-cmp-btn[data-state="in"] {
  color: #2476d2;
}
.trx-wcext-product-grid .trx-wcext-product-grid-product-actions-wrapper .trx-wcext-product-grid-cmp-btn[data-state="in"] .trx-wcext-product-grid-cmp-icon-out {
  display: none;
}
.trx-wcext-product-grid .trx-wcext-product-grid-product-actions-wrapper .trx-wcext-product-grid-cmp-btn[data-state="in"] .trx-wcext-product-grid-cmp-icon-in {
  display: flex;
}
.trx-wcext-product-grid .trx-wcext-product-grid-product-actions-wrapper .trx-wcext-product-grid-cmp-btn:hover .trx-wcext-icon {
  color: #2476d2;
}

.trx-wcext-compare-button {
  display: flex;
  align-items: center;
  gap: 0.4em;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.trx-wcext-compare-button, .trx-wcext-compare-button:hover, .trx-wcext-compare-button:focus {
  text-decoration: none;
}
.trx-wcext-compare-button .trx-wcext-compare-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
}
.trx-wcext-compare-button .trx-wcext-compare-button-text {
  display: inline-block;
  line-height: 1;
}
.trx-wcext-compare-button--simple .trx-wcext-compare-button-icon {
  font-size: 1.5em;
}
.trx-wcext-compare-button--simple .trx-wcext-compare-button-counter {
  position: absolute;
  top: -0.4em;
  right: -0.4em;
  min-width: 1.4em;
  height: 1.4em;
  padding: 0 0.3em;
  border-radius: 0.7em;
  background: #0d1b3d;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.4em;
  text-align: center;
  font-weight: 600;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.trx-wcext-compare {
  display: block;
}
.trx-wcext-compare .trx-wcext-compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.trx-wcext-compare .trx-wcext-compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}
.trx-wcext-compare .trx-wcext-compare-table th,
.trx-wcext-compare .trx-wcext-compare-table td {
  padding: 1em;
  vertical-align: top;
  text-align: left;
}
.trx-wcext-compare .trx-wcext-compare-rowlabel {
  width: 180px;
  white-space: nowrap;
}
.trx-wcext-compare .trx-wcext-compare-cell {
  width: 180px;
}
.trx-wcext-compare .trx-wcext-compare-row--remove td {
  text-align: right;
}
.trx-wcext-compare .trx-wcext-compare-image {
  display: block;
  margin-bottom: 1em;
}
.trx-wcext-compare .trx-wcext-compare-image img {
  display: block;
  width: 100%;
  height: auto;
}
.trx-wcext-compare .trx-wcext-compare-title {
  display: inline-block;
  margin: 0;
}
.trx-wcext-compare .trx-wcext-compare-title a {
  color: inherit;
  text-decoration: none;
}
.trx-wcext-compare .trx-wcext-compare-category {
  display: block;
  margin-bottom: 0.5em;
}
.trx-wcext-compare .trx-wcext-compare-rating {
  display: inline-flex;
}
.trx-wcext-compare .trx-wcext-compare-price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3em;
  margin: 0;
}
.trx-wcext-compare .trx-wcext-compare-price del {
  opacity: 1;
}
.trx-wcext-compare .trx-wcext-compare-stock {
  display: inline-flex;
}
.trx-wcext-compare .trx-wcext-compare-stock.out-of-stock {
  color: #e84141;
}
.trx-wcext-compare .trx-wcext-compare-stock.in-stock {
  color: #3db166;
}
.trx-wcext-compare .trx-wcext-compare-description p:last-child {
  margin-bottom: 0;
}
.trx-wcext-compare .trx-wcext-compare-atc {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.trx-wcext-compare .trx-wcext-compare-atc .trx-wcext-compare-atc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.trx-wcext-compare .trx-wcext-compare-atc .trx-wcext-compare-atc-icon svg {
  fill: currentColor;
}
.trx-wcext-compare .trx-wcext-compare-atc.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
.trx-wcext-compare .trx-wcext-compare-remove {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: transparent;
  border: 0;
  padding: 6px;
  cursor: pointer;
  color: inherit;
  line-height: 1;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.trx-wcext-compare .trx-wcext-compare-remove .trx-wcext-compare-remove-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.trx-wcext-compare .trx-wcext-compare-remove:hover {
  color: #e84141;
}
.trx-wcext-compare--empty .trx-wcext-compare-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3em 1em;
  gap: 1em;
}
.trx-wcext-compare--empty .trx-wcext-compare-empty-icon {
  font-size: 5em;
  line-height: 1;
}
.trx-wcext-compare--empty .trx-wcext-compare-empty-title {
  margin: 0;
}
.trx-wcext-compare--empty .trx-wcext-compare-empty-text {
  margin: 0;
  max-width: 480px;
}
.trx-wcext-compare--empty .trx-wcext-compare-empty-button {
  margin-top: 1em;
}
.trx-wcext-compare .trx-wcext-compare-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3em 1em;
}
.trx-wcext-compare .trx-wcext-compare-loader-spinner {
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(128, 128, 128, 0.25);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: trx-wcext-compare-loader-spin 0.8s linear infinite;
}

@keyframes trx-wcext-compare-loader-spin {
  100% {
    transform: rotate(360deg);
  }
}

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