.bg--white {
  background: #ffffff !important;
}

.color--white {
  color: #ffffff !important;
}

.bg--black {
  background: #000000 !important;
}

.color--black {
  color: #000000 !important;
}

.bg--blue {
  background: #004797 !important;
}

.color--blue {
  color: #004797 !important;
}

.bg--darkblue {
  background: #212B59 !important;
}

.color--darkblue {
  color: #212B59 !important;
}

.bg--purple {
  background: #8C1D82 !important;
}

.color--purple {
  color: #8C1D82 !important;
}

.bg--orange {
  background: #F08300 !important;
}

.color--orange {
  color: #F08300 !important;
}

.bg--pastelblue {
  background: #E8EDFF !important;
}

.color--pastelblue {
  color: #E8EDFF !important;
}

.bg--pastelorange {
  background: #FBE9D5 !important;
}

.color--pastelorange {
  color: #FBE9D5 !important;
}

.product_card__wrapper:focus-visible {
  outline: unset;
}
.product_card__wrapper:focus-visible article {
  outline: 2px solid #004797 !important;
  border-radius: 2rem;
}

article.eye-block.product_card {
  position: relative;
  padding: 2rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background: #f7f9ff;
  border-radius: 0.5rem;
}
article.eye-block.product_card:hover {
  background: #e8edff;
}
article.eye-block.product_card.in-view {
  opacity: 1;
}
article.eye-block.product_card a {
  text-decoration: none;
}
article.eye-block.product_card .btn {
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  color: #212B59;
}
@media screen and (max-width: 768px) {
  article.eye-block.product_card .btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  article.eye-block.product_card .btn i {
    transform: rotate(-45deg);
  }
}
article.eye-block.product_card .product_card-intro h3 {
  color: #212B59;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  article.eye-block.product_card .product_card-intro h3 {
    max-width: 80%;
  }
}
article.eye-block.product_card .product_card-intro p {
  font-size: 1rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: black;
  max-width: 70%;
  margin: 0;
}
@media screen and (max-width: 992px) {
  article.eye-block.product_card .product_card-intro p {
    max-width: 100%;
  }
}
article.eye-block.product_card .product_card-details tr i {
  color: #F08300;
}
article.eye-block.product_card .product_card-details tr .details-table__value {
  color: black;
}
@media screen and (max-width: 768px) {
  article.eye-block.product_card .product_card-details {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.details-table__name {
  display: flex;
  top: 4px;
  position: relative;
}

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