/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.compare-control__type-container {
  margin-bottom: 36px;
}

.compare-control__type-count {
  position: relative;
  font-size: 9px;
  font-weight: 500;
  margin-left: 5px;
  vertical-align: super;
  color: #a0a0a0;
}

.compare-control__delete-list-container {
  margin-top: 36px;
  font-size: 13px;
}

.compare-page {
  position: relative;
  z-index: 1;
  background: #fff;
}

.compare-page__header {
  position: sticky;
  top: 0;
  z-index: 2;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  background: #fff;
}

.compare-page__header-top {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.compare-page__columns {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.compare-page__column-features {
  width: 258px;
  flex-shrink: 0;
  border-right: 1px solid #eee;
  position: relative;
  z-index: 2;
}

.compare-page__column-products {
  width: calc(100% - 258px);
  transition: opacity 0.2s ease-in-out;
}

.compare-page__products {
  overflow: hidden;
}

.compare-page__products-wrapper {
  display: flex;
}

.compare-page__product {
  width: 25%;
  flex-shrink: 0;
  border-left: 1px solid #eee;
}

.compare-page__product_features {
  padding-bottom: 100px;
}

.compare-page__row_control {
  padding: 20px 20px 20px 0;
}

.compare-page__row_product {
  padding: 20px;
}

.compare-page__row_feature {
  padding: 10px 20px 10px 0;
  color: #686868;
  font-size: 16px;
}

.compare-page__row_divider {
  padding: 20px 20px 15px 0;
}

.compare-page__row_feature-value {
  padding: 10px 20px;
  color: #686868;
  font-size: 16px;
}

.compare-page_fixed .compare-page__header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.compare-page_hide-same .compare-page__row_same {
  display: none;
}

.compare-page_loading .compare-page__column-products {
  opacity: 0.2;
}

@media (max-width: 1023px) {
  .compare-page {
    display: none;
  }
}
.compare-product {
  position: relative;
}

.compare-product__image-container {
  margin-bottom: 10px;
}

.compare-product__image-box {
  width: 80px;
  height: 80px;
}

.compare-product__name-container {
  height: 63px;
  overflow: hidden;
  margin-bottom: 6px;
  font-weight: 500;
}

.compare-product__name-link {
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.compare-product__name-link:hover {
  color: var(--primary-color);
}

.compare-product__delete-button {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  z-index: 1;
}

.compare-product__price-container {
  line-height: 1.2;
  font-weight: 500;
  font-size: 16px;
}

.compare-product__price-container_compare {
  color: #ff3131;
}

.compare-product__product-compare-price {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: #686868;
  margin-left: 8px;
}
.compare-product__product-compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #686868;
  transform: translateY(-50%) rotate(-4deg);
}

.compare-product__base-price {
  font-size: 15px;
  line-height: 1.2;
  color: #686868;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .r-compare-page .r-compare-page {
    display: none;
  }
}

.r-compare-page__type-container,
.r-compare-page__products-container,
.r-compare-page__mode-container {
  border-bottom: 1px solid #f2f2f2;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}

.r-compare-page__products-container {
  position: sticky;
  top: 60px;
  background-color: #fff;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  transition: box-shadow 0.2s ease-in-out;
}

.r-compare-page__product-container {
  width: calc(50% - 10px);
  flex: none;
}

.r-compare-page__mode-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.r-compare-page__mode-text {
  flex: auto;
  width: 1px;
}

.r-compare-page__mode-checkbox {
  flex: none;
  margin-left: 10px;
}

.r-compare-page__features-container {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.r-compare-page__feature-container {
  text-align: center;
}

.r-compare-page__feature-name {
  color: #686868;
}

.r-compare-page__feature-values {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.r-compare-page__slider-index {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  color: #686868;
}

.r-compare-page__feature-value {
  width: calc(50% - 10px);
  flex: none;
}

.r-compare-page__products-slider-container {
  overflow: hidden;
}

.r-compare-page__products-slider {
  display: flex;
}

.r-compare-page__product {
  text-align: center;
  width: 100%;
  flex: none;
  position: relative;
}

.r-compare-page__product-delete-button-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.r-compare-page__product-image-container {
  margin-bottom: 10px;
  height: 80px;
}

.r-compare-page__image {
  vertical-align: top;
  width: auto;
}

.r-compare-page__product-name-container {
  font-weight: 500;
  height: 63px;
  overflow: hidden;
}

.r-compare-page__product-price-container {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.r-compare-page__product-compare-price-container {
  margin-top: 5px;
}

.r-compare-page__product-compare-price {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: #686868;
}
.r-compare-page__product-compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
}

.r-compare-page__product-base-price {
  margin-top: 8px;
  font-size: 14px;
  color: #686868;
}

.r-compare-page__not-found-container {
  margin-top: 15px;
}

.r-compare-page_fixed .r-compare-page__products-container {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.r-compare-page_fixed .r-compare-page__product-image-container {
  height: 55px;
}
.r-compare-page_fixed .r-compare-page__product-name-container {
  display: none;
}
.r-compare-page_fixed .r-compare-page__product-price-container {
  display: none;
}

.r-compare-page_same .r-compare-page__feature-container_same {
  display: none;
}