component-product-card-uf .card_a {
  margin-bottom: 10px;
  background-color: transparent;
}

component-product-card-uf .card_a .title_product {
    height: 34px;
  font-size: 24px;
  color: #000;
}
component-product-card-uf .card_a .title_product a {
  text-decoration: none;
  outline: none;
  color: inherit;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-break: break-word;
  text-decoration: none;
  -webkit-box-orient: vertical;
}
component-product-card-uf .price .item_price .price_display {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 26px;
}

component-product-card-uf .price .item_price .price_display .currency {
  font-size: 16px;
}

component-product-card-uf .price .item_price .price_compare {
  display: inline-block;
  color: #757575;
}

component-product-card-uf .price .item_price .price_compare .line_thogh {
  text-decoration: line-through;
}

component-product-card-uf .price .item_price .price_compare .currency {
  font-size: 16px;
}
