.compare-offcanvas__btn {
  display: none !important;
}

.compare {
  padding: 60px 0;
}
.compare__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.compare__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.compare__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.compare__wrapper {
  flex-wrap: nowrap;
  overflow: auto;
}
.compare__item {
  width: 100%;
  height: 100%;
  min-height: 162px;
  border: none;
  background-color: #fff;
  display: grid;
  grid-template-areas: "image" "category" "name";
  align-content: start;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
  padding: 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
  align-items: start;
  justify-content: start;
  position: relative;
  overflow: hidden;
}
.compare__item--empty {
  text-align: center;
}
.compare__item--filled {
  border-style: solid;
  border-color: #F0F5FF;
  background-color: #fff;
}
.compare__item--filled .compare__product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.compare__product-image {
  grid-area: image;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #efefef;
  align-self: center;
  margin-bottom: 25px;
}
.compare__delete {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background: url("../../images/icons/trash.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  border: 1px solid rgba(238, 10, 63, 0.4);
  border-radius: 50%;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.compare__delete:hover {
  background-color: #fce4ec;
}
.compare__product-category {
  grid-area: category;
  font-size: 1.25rem;
  color: #707070;
  font-weight: 400;
  text-align: left;
  align-self: self-end;
}
@media screen and (max-width: 1536.98px) {
  .compare__product-category {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575.98px) {
  .compare__product-category {
    font-size: 1rem;
  }
}
.compare__product-name {
  grid-area: name;
  font-size: 1.25rem;
  color: #2B2B2B;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 1536.98px) {
  .compare__product-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575.98px) {
  .compare__product-name {
    font-size: 1rem;
  }
}
.compare__product-link {
  font-size: 1.125rem;
  color: #0F1C85;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 1536.98px) {
  .compare__product-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .compare__product-link {
    font-size: 0.875rem;
  }
}
.compare__plus {
  font-size: 72px;
  color: #0F1C85;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.compare__empty-state {
  text-align: center;
}
.compare__empty-state p {
  margin-bottom: 20px;
  color: #707070;
}
@media (max-width: 575.98px) {
  .compare {
    padding: 40px 0;
  }
  .compare__product-category {
    font-size: 14px;
  }
  .compare__item {
    padding: 0;
    row-gap: 20px;
  }
  .compare__product-image {
    margin-bottom: 10px;
  }
  .compare__delete {
    width: 40px;
    height: 40px;
    background-size: 20px;
    top: 5px;
    right: 5px;
  }
}

.compare-spec {
  padding-bottom: 80px;
}
.compare-spec .title-section {
  margin-bottom: 40px;
}
.compare-spec__row {
  padding: 20px 15px;
  border-bottom: 1px solid #efefef;
  margin-left: -15px;
  margin-right: -15px;
  transition: background-color 0.3s ease;
}
.compare-spec__row--diff {
  background-color: #F0F5FF;
}
.compare-spec__label {
  font-size: 1.125rem;
  color: #707070;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 1536.98px) {
  .compare-spec__label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .compare-spec__label {
    font-size: 0.875rem;
  }
}
.compare-spec__value {
  font-size: 1.25rem;
  color: #2B2B2B;
  font-weight: 600;
}
@media screen and (max-width: 1536.98px) {
  .compare-spec__value {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575.98px) {
  .compare-spec__value {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .compare-spec__row {
    padding: 20px 0;
  }
  .compare-spec__label {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .compare-spec__row {
    padding: 15px 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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