<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compare-component-container {
  background: #ffffff;
  padding: 0;
  margin: 1.25rem 0;
  position: relative;
}

.compare-product-tiles-row {
  display: flex;
  align-items: stretch; /* Make all children equal height */
}

.compare-tile-footer {
  margin-top: auto; /* Pushes to bottom */
  padding-top: 10px; /* Spacing above buttons */
}

@media (min-width: 48rem) {
  .compare-component-container {
    padding: 0.625rem;
  }
}

.compare-component-container ::-webkit-scrollbar,
.compare-component-container ::-webkit-scrollbar-button {
  height: 1px;
}

@media (max-width: 63.9375rem) {
  .compare-component-container {
    overflow-x: scroll;
  }

  .compare-component-scrollable-area {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 63.9375rem) {
  .compare-product-tiles-row {
    white-space: nowrap;
  }
}

@media (min-width: 64rem) {
  .compare-product-tiles-row {
    position: relative;
    top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

.compare-product-tile {
  position: relative;
  border: #eeeeee solid 0.0625rem;
  padding: 0.625rem;
}

@media (max-width: 63.9375rem) {
  .compare-product-tile {
    margin: 1.25rem 0.625rem 0.625rem 0;
    width: 11.25rem;
    white-space: normal;
    flex-direction: column;
    display: flex;
    margin-right: 0.75%;
  }
}

@media (min-width: 64rem) {
  .compare-product-tile {
    flex-direction: column;
    display: flex;
    width: 19%;
    margin-right: 0.75%;
  }
}

.compare-product-tile:last-child {
  margin-right: 0;
}

.compare-product-tile.prd-tile-empty {
  border: none;
}

@media (max-width: 63.9375rem) {
  .compare-product-tile.prd-tile-empty {
    margin: 1.25rem 0.625rem 0.625rem 0;
    width: 11.25rem;
    display: inline-block;
  }
}

@media (min-width: 64rem) {
  .compare-product-tile.prd-tile-empty {
    width: 19%;
    margin-right: 0.85%;
  }
}

.compare-prd-tile-close {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
}

.compare-prd-tile-close-icon {
  color: #ffffff;
  background: #c41230;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  border-radius: 100%;
  padding: 0.1875rem;
}

.compare-prd-tile-close-icon:hover {
  color: #ffffff;
}

.compare-prd-tile-image {
  margin-bottom: 0.3125rem;
  height: 6.25rem;
}

.compare-prd-tile-image img {
  max-height: 6.25rem;
  margin: 0 auto;
}

.compare-prd-name {
  display: block;
  line-height: 1.2;
  height: 2.46em;
  font-size: 1.125rem;
}

.market-place-compare .marketplace-product-label {
  padding-top: 4px;
}
 
.compare-prd-name-link {
  display: inline-block;
  line-height: 1.2;
  max-height: 2.55em;
  overflow: hidden;
}

.compare-prd-det {
  margin: 0.3125rem 0 0.25rem 0;
  line-height: 1rem;
}

.compare-prd-det-model,
.compare-prd-det-price,
.compare-prd-wishlist-label {
  font-size: 0.8125rem;
}

.compare-prd-wishlist-label {
  margin: 0 0 0 0.3125rem;
}

.compare-prd-wishlist-icon {
  display: inline-block;
  color: #b3b3b3;
  width: 0.9375rem;
  height: 0.9375rem;
  position: relative;
  top: 0.25rem;
}

.compare-accordions {
  margin: 1rem 0;
}

.compare-accordion-container {
  margin-top: 0.0625rem;
}

.compare-accordion-container .icon-minus {
  display: none;
}

.compare-show-accordion .icon-plus {
  display: none;
}

.compare-show-accordion .icon-minus {
  display: block;
}

.compare-show-accordion .compare-accordion-drawer {
  display: block;
}

.compare-accordion-bar {
  font-size: 1.25rem;
  position: relative;
  border-bottom: 0.0625rem solid #b3b3b3;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  background: #d8d8d8;
}

.compare-accordion-collapse-icon {
  position: absolute;
  right: 10px;
  bottom: 0.625rem;
  color: #c41230;
  cursor: pointer;
}

.compare-accordion-collapse-icon .icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 48rem) {
  .compare-accordion-collapse-icon .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.compare-accordion-drawer {
  display: none;
}

.compare-hide-class {
  display: none;
}

.compare-table-feature-name,
.compare-table-feature-value {
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare-table-feature-value {
  text-align: center;
  justify-content: center;
  margin: auto;
  display: block;
}

.compare-table-feature-value li{
  word-wrap: break-word;
}

.compare-table-tool-tip-icon {
  color: #2367b4;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.compare-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare-table-row-bgcolor {
  background-color: #eeeeee;
}

.compare-table-feature-icon {
  display: inline-block;
}

.compare-table-feature-icon.icon-red {
  color: #c41230;
}

.compare-table-feature-icon.icon-green {
  color: #4A6000;
}

.compare-table__reviews {
  display: inline-block;
}

.compare-table__stars,
.compare-table__goto-rev {
  float: left;
}

.compare-table__star-icon {
  display: inline-block;
  height: 0.9375rem;
  width: 0.9375rem;
}

@media (min-width: 48rem) {
  .compare-table__star-icon {
    height: 0.75rem;
    width: 0.75rem;
  }
}

@media (min-width: 64rem) {
  .compare-table__star-icon {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}

.compare-table__star-icon:hover {
  cursor: pointer;
}

.compare-table__half-star,
.compare-table__full-star,
.compare-table__empty-star {
  display: none;
  height: 100%;
}

.compare-table__goto-rev {
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  text-align: right;
}

.compare-table__goto-rev--txt {
  display: inline-block;
  color: #b3b3b3;
}

@media (min-width: 48rem) {
  .compare-table__goto-rev--txt {
    display: none;
  }
}

.compare-table__goto-rev--txt-link {
  color: #b3b3b3;
  text-decoration: underline;
  position: relative;
  top: 0.125rem;
}

.compare-table__goto-rev--txt-md {
  color: #b3b3b3;
  display: none;
}

@media (min-width: 48rem) {
  .compare-table__goto-rev--txt-md {
    display: inline-block;
  }
}

.compare-table__goto-rev--txt {
  display: inline-block;
  color: #b3b3b3;
}

@media (min-width: 48rem) {
  .compare-table__goto-rev--txt {
    display: none;
  }
}

.compare-table__goto-rev--txt-link {
  color: #b3b3b3;
  text-decoration: underline;
}

.compare-table__goto-rev--txt-md {
  color: #b3b3b3;
  display: none;
}

@media (min-width: 48rem) {
  .compare-table__goto-rev--txt-md {
    display: inline-block;
  }
}

.compare-table-col {
  white-space: normal;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 63.9375rem) {
  .compare-table-col {
    margin: 0;
    padding-right: 0.625rem;
    width: 11.875rem;
  }
}

@media (min-width: 64rem) {
  .compare-table-col {
    width: 19%;
    margin-right: 0.85%;
  }
}

.compare-table-col:last-child {
  margin-right: 0;
}

@media (max-width: 63.9375rem) {
  .compare-table-row-bgcolor .compare-table-col {
    background-color: #eeeeee;
  }
}

/* Start Compare Sticky Header Styles */
.compare-sticky-header-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

.compare-sticky-header {
  background-color: #c41230;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.75rem 0;
  font-size: 1rem;
}

.compare-sticky-header-product-tile-container {
  background: #ffffff;
}

.compare-sticky-header-product-tile-container:after {
  content: "";
  display: table;
  clear: both;
}

.compare-sticky-header-product-tile {
  position: relative;
  border: #eeeeee solid 0.0625rem;
  margin: 1.25rem 1% 1.25rem 0;
  width: 18.5%;
  padding: 1.25rem;
  float: left;
  height: 8rem;
}

.compare-sticky-header-product-tile:last-child {
  margin-right: 0;
}

.compare-sticky-header-product-tile.sticky-tile-empty {
  border: none;
  margin-left: 1.25rem;
}

@media (max-width: 47.9375rem) {
  .compare-sticky-header-product-tile.sticky-tile-empty {
    width: 126px;
  }
}

.compare-sticky-header-title {
  font-weight: bold;
}

.compare-show {
  display: block;
}

@media (max-width: 63.9375rem) {
  .compare-show {
    display: none;
  }
}

.compare-sticky-prd-tile-image {
  margin: 0;
  float: left;
}

.compare-sticky-prd-tile-image img {
  height: auto;
  max-width: 4.5rem;
  max-height: 5rem;
  margin: 2 auto 1.5rem auto;
}

.compare-sticky-prd-tile-image {
  margin: 0 -0.625rem 0.3125rem -0.625rem;
  float: left;
}

.compare-sticky-prd-det {
  margin: 0.3125rem 0 0.25rem 0;
  line-height: 1rem;
}

.compare-sticky-prd-det-model,
.compare-sticky-prd-det-price {
  font-size: 0.8125rem;
}

.compare-sticky-prd-add-cart {
  position: absolute;
  bottom: 0.625rem;
  margin-right: 0.3125rem;
}

.compare-sticky-prd-add-cart .button {
  font-size: 0.5rem;
  padding: 0 1rem;
  height: 1.5rem;
}
.compare-prd-wishlist-link
{
  height: auto;
  padding: 0;
  background: transparent;
  font-size: inherit;
  text-transform: none;
  font-weight: normal;
  color: #000000;
  margin-top: 5px;
}



.compare-prd-wishlist-link:hover{
  background: transparent;
  color: #891523;
}

.compare-prd-wishlist-link .icon {
  position: relative;
  margin-right: 0.25rem;
  color: #b3b3b3;
  width: 0.875rem;
  height: 0.875rem;
}

.compare-prd-wishlist-link:hover .icon {
  color: #891523;
}

.compare-prd-wishlis {
  margin-top: 5px;
}

.compare-table svg.icon {
	height: 1rem;
}
/*# sourceMappingURL=compare-component.css.map */</pre></body></html>