/*****************************
    Productos
******************************/
.bs-product__title{
    font-size: var(--prod-title-size);
    font-weight: var(--title-weight);
    text-transform: var(--title-transform);
}
.bs-product__title-notice{
    font-size:60%;
    display:block;
    opacity:.8;
}
.bs-product__final-price{
    font-size: 2rem;
    font-weight:var(--font-bold);
}
.bs-product__original-price{
    font-size:1.5rem;
    font-weight: var(--font-regular);
    color:var(--primary-color);
}
.bs-product__stock{
    padding-bottom:1rem;
}
.bs-product__label {
    text-transform: uppercase;
    color: var(--body-txt-default-color);
    margin: 1rem 0 0;
}
.bs-product .bs-discount{
    font-size:1.4rem;
}

.bs-product__section-title{
    margin-top:2rem;
    text-align:center;
    color:var(--primary-color);
    font-weight: var(--title-weight);
}