.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card__image {
  position: relative;
  padding: 120% 0 0;
  margin-bottom: 1.25rem;
  background: #fff;
  border-radius: 0.875rem;
}
.product-card__image figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 10px;
}
.product-card__image img {
  max-width: 100%;
}
.product-card__fav:hover {
  color: #eb5806;
}
.product-card__image-actions {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.875rem 0.75rem;
  z-index: 1;
  color: #808d9a;
}
.product-card__image-actions .placeholder {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  margin-left: 0.5rem;
}
.product-card__image-actions img,
.product-card__image-actions svg {
  margin-left: 0.5rem;
  cursor: pointer;
  transition: color 0.3s;
}
.product-card__image-actions svg:hover {
  color: #004989;
}
.product-card__article {
  margin-bottom: 0.5rem;
  color: #808d9a;
}
.product-card__title {
  max-width: 90%;
  font-weight: 400;
  /* height: 2.6rem; */
  height: 100%;
  display: block;
  font-size: 1rem;
  line-height: 130%;
  color: #333333;
  margin-bottom: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box !important;
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  /* text-overflow: ellipsis; */
}
.product-card a {
  text-decoration: none;
  height: 100%;
}
.product-card__add {
  display: flex;
  justify-content: stretch;
  justify-self: flex-end;
}
.product-card__add .btn {
  width: 100%;
  font-weight: 500;
  padding: 0.8125rem 1.5rem;
  z-index: 1;
}
.product-card__add .input-group, .product-card__add .input-group input {
  background-color: #eeeff3;
}
.product-card__add .input-group input {
  text-align: center;
  color: #333333;
  font-size: 1rem;
}
.product-card__add .input-group .btn {
  width: auto;
  border-radius: 0.25rem !important;
}
.product-card__add.placeholder-glow .placeholder {
  width: 100%;
  height: 48px;
  border-radius: 0.3125rem;
}
.product-card .stars.placeholder-glow {
  display: flex;
  gap: 2px;
}
.product-card .stars.placeholder-glow .placeholder {
  width: 12px;
  height: 12px;
  border-radius: 0.3125em;
}
.product-card__tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 30%;
  z-index: 2;
}
.product-card__tag {
  display: inline-block;
  color: #fff;
  padding: 0.125rem 0.375rem;
  background: #eb5806;
  border-radius: 0.3125rem;
  margin-right: 0.125rem;
  margin-bottom: 0.375rem;
}
.product-card__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem !important;
  color: #808d9a;
  padding: 0 !important;
}
.product-card__availability {
  font-size: 0.75rem !important;
}
.product-card .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.75rem;
  margin-top: auto;
  justify-self: flex-end;
  font-weight: 500;
  line-height: 130%;
}
.product-card .price--small {
  margin-bottom: 0.5rem;
}
.product-card .price__current {
  font-size: 1.625rem;
  color: #333333;
}
.product-card .price--small .price__current {
  font-size: 1rem;
}
.product-card .price__old {
  margin-left: 0.5rem;
  text-decoration-line: line-through;
}
.product-card .price__discount {
  display: inline-block;
  padding: 0 0.3125rem;
  line-height: 1rem;
  margin-left: 0.5rem;
  background-color: #eb5806;
  color: #fff;
  border-radius: 0.25rem;
}

.show-btn-list-labels:not(.show-all-tags) > *:not(:first-child):not(.product-btn-list-labels)
{
  display: none;
}

.product-btn-list-labels {
  display: none;
}

.show-btn-list-labels .product-btn-list-labels {
  display: inline-block;
  padding: 4px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 20px;
  cursor: pointer;
  align-content: center;
  background-color: white;
}

.show-btn-list-labels.show-all-tags .product-btn-list-labels {
  display: flex;
  align-items: center;
  width: fit-content;
}

.show-btn-list-labels.show-all-tags .product-btn-list-labels > svg {
  transform: rotate(-180deg);
}

.show-btn-list-labels .product-btn-list-labels > svg {
  max-width: 10px;
  height: fit-content;
}

.product-card-blur-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .product-card__title {
    min-height: 2.4rem;
  }
  .product-card__add .btn {
    padding: 0.563rem 1.875rem;
    font-size: 0.875rem;
  }
  .product-card__add .btn-primary {
    padding: 0.563rem 1rem;
    white-space: nowrap;
  }
  .product-card__article {
    font-size: 0.75rem;
    margin-bottom: 0.313rem;
  }
  .product-card__title {
    font-size: 0.875rem;
  }
}

@media (max-width: 1399px) {
  .product-card .product-card__availability {
    font-size: 14px !important;
    line-height: 18px;
    text-align: left;
    border: none;
    background-color: #EEEFF3;
    min-height: 36px;
    padding: 6px 15px;
  }
  .product-card .product-card__button {
    min-height: 48px;
  }
  .product-card .product-card__article {
    height: 15px;
    margin-bottom: 15px;
  }
  .product-card .product-card__image figure {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .product-card .product-card__image {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .product-card .product-card__title {
    font-size: 14px;
    line-height: 18px;
    /* min-height: 36px; */
  }
  .product-card .product-card__button {
    min-height: 35px;
    font-size: 14px;
    padding: 9px 1.5rem;
  }
  .product-card__add {
    height: 48px;
  }
  .product-card__add span {
    font-size: 14px;
    height: 38px;
  }
  .product-card__add input {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 38px;
  }
  .product-card__availability {
    padding: 0 15px;
  }
}