.producto-individual__datos-precios {
    padding: 8px 12px;
    background: #f4f6f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px !important;
}

.wu-precio-normal,
.wu-precio-oferta {
    display: flex;
    flex-direction: column;
}

.wu-precio-normal-label,
.wu-precio-oferta-label {
    font-size: 13px;
}

.wu-precio-normal-valor,
.wu-precio-oferta-valor {
    font-size: 21px;
    font-weight: bold;
}




.wu-precio-normal-valor {
    color: #000;
}

.wu-precio-oferta-valor {
    color: #000;
}

.wu-precio-normal-tachado .wu-precio-normal-valor {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: fit-content;
}

.wu-precio-normal-tachado .wu-precio-normal-valor::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: .5px;
    background-color: orange;
    opacity: 1;
    transform: translateY(-40%);
    pointer-events: none;
}

.wu-precio-transferencia {
    display: flex;
    flex-direction: column;
}

.wu-precio-transferencia-label {
    font-size: 13px;
}

.wu-precio-transferencia-valor {
    font-size: 21px;
    color: #EE713D;
    font-weight: bold;
}