.eco-product-card {
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
  transition: none !important;
}

.eco-product-card:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.eco-product-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.eco-product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: var(--eco-product-card-image-margin, 8px);
  overflow: hidden;
  border-radius: 0;
}

.eco-product-card__image img,
.eco-product-card__image-placeholder,
.eco-product-tabs__image-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.eco-product-card__title {
  min-height: var(--eco-product-card-title-min-height, 36px);
  margin: 0 0 var(--eco-product-card-title-margin, 5px);
  color: #000;
  font-family: inherit !important;
  font-size: var(--eco-product-card-title-size, 14px);
  font-weight: 700;
  line-height: 1.28;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eco-product-card__stars {
  position: relative;
  width: max-content;
  min-height: var(--eco-product-card-stars-min-height, 17px);
  margin-bottom: var(--eco-product-card-stars-margin, 5px);
  color: #d1d5db;
  font-size: var(--eco-product-card-stars-size, 15px);
  font-weight: 900;
  letter-spacing: var(--eco-product-card-stars-spacing, 1.5px);
  line-height: 1;
}

.eco-product-card__stars-base,
.eco-product-card__stars-fill {
  display: block;
  white-space: nowrap;
}

.eco-product-card__stars-fill {
  position: absolute;
  inset: 0 auto auto 0;
  overflow: hidden;
  color: #000;
}

.eco-product-card__price {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.eco-product-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 1px;
}

.eco-product-card__price-sale,
.eco-product-card__price-normal {
  color: #1f7a35 !important;
  font-size: var(--eco-product-card-price-size, 24px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  font-family: inherit !important;
}

.eco-product-card__price-sale .woocommerce-Price-currencySymbol,
.eco-product-card__price-normal .woocommerce-Price-currencySymbol {
  margin-right: 1px;
  color: #1f7a35 !important;
  font-size: 0.86em !important;
}

.eco-product-card__price-sale bdi,
.eco-product-card__price-normal bdi {
  display: inline-flex;
  align-items: flex-start;
  color: #1f7a35 !important;
}

.eco-product-card__price-sale sup,
.eco-product-card__price-normal sup {
  position: relative;
  top: -0.04em;
  margin-left: 1px;
  color: #1f7a35 !important;
  font-size: 0.56em !important;
  line-height: 1;
}

.eco-product-card__price-regular {
  color: #8a8a8a !important;
  font-size: var(--eco-product-card-regular-price-size, 13px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
  text-decoration-color: currentColor !important;
  text-decoration-thickness: 1px !important;
}

.eco-product-card__price-regular * {
  color: #8a8a8a !important;
}

.eco-product-card__save {
  display: block;
  margin-top: var(--eco-product-card-save-margin, 6px);
  color: #1f7a35 !important;
  font-size: var(--eco-product-card-save-size, 14px) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  font-family: inherit !important;
}

@media (max-width: 767px) {
  .eco-product-card__title {
    font-size: min(var(--eco-product-card-title-size, 14px), 11px);
  }
}
