.caja-precio-boton-add {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.caja-precio-boton-add .woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: 0px!important;
    font-size: .857em;
    color: #000000;
}

.caja-precio-boton-add .price span.discount-label {
    background: #49e5a6cc;
    padding: 5px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 600;
}

.caja-precio-boton-add .price ins.price-sale {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.caja-precio-boton-add .price span.from-label {
    font-weight: 600;
}

.caja-precio-boton-add .price span.woocommerce-Price-amount.amount {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.caja-precio-boton-add .price span.woocommerce-Price-amount.amount bdi {
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.caja-precio-boton-add .price del.price-regular span.woocommerce-Price-amount.amount bdi {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.caja-precio-boton-add .price span.woocommerce-Price-currencySymbol {
    font-size: 13px;
}

h2.woocommerce-loop-product__title {
    line-height: 1.3em;
    max-height: 49px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

h2.woocommerce-loop-product__title a {
    color: #000000;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000000!important;
}

.caja-stars-stock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.mi-producto-card p.stock.in-stock {
    margin: 0px;
    font-size: 13px;
    padding: 3px;
    background: #adffaa;
    font-weight: 600;
    border-radius: 0px 5px 0px 6px;
    margin-top: -28px;
    width: fit-content;
}

.mi-producto-card p.stock.out-of-stock{
    margin: 0px;
    font-size: 13px;
    padding: 3px;
    background: #ffaaac;
    font-weight: 600;
    border-radius: 0px 5px 0px 6px;
    margin-top: -28px;
    width: fit-content;
}